Color Hex Logo

#763502 Color Hex

#763502
(118,53,2)
0 Favorites   0 Comments

Color spaces of #763502

RGB 118532
HSL0.070.970.24
HSV26°98°46°
CMYK 0.000.550.98   0.54
XYZ8.75536.40210.8317
Yxy6.40210.54760.4004
Hunter Lab25.302417.486615.7628
CIE-Lab30.405125.790440.5264

#763502 color RGB value is (118,53,2).

#763502 hex color red value is 118, green value is 53 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #763502 hue: 0.07 , saturation: 0.97 and the lightness value of 763502 is 0.24.

The process color (four color CMYK) of #763502 color hex is 0.00, 0.55, 0.98, 0.54. Web safe color of #763502 is #663300. Color #763502 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110101 00000010
Octal 166 65 2
Decimal 118 53 2
Hex 76 35 2

RGB Percentages of Color #763502

%68.21
%30.64
%1.16

CMYK Percentages of Color #763502

%0
%55
%98
%54

Triadic Colors of #763502

#763502 #027635 #350276

Analogous Colors of #763502

#763502 #766f02 #760209

Monochromatic Colors of #763502

#763502

Complementary Color

#763502 #024376

#763502 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763502 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763502 Color CSS Codes

.mybgcolor {background-color:#763502; } 
.myforecolor {color:#763502; }
.mybordercolor {border:3px solid #763502; }

#763502 Text Font Color

<p style="color:#763502">Text here</p>

This sample text font color is #763502
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#763502 Background Color

<div style="background-color:#763502">
Div content here</div>

This div background color is #763502


#763502 Border Color

<div style="border:3px solid #763502">
Div here</div>

This div border color is #763502


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,53,2, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #763502; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #763502;
  -webkit-box-shadow: 1px 1px 3px 2px #763502;
  box-shadow:         1px 1px 3px 2px #763502; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,53,2, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #763502">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #763502;
  -webkit-box-shadow: 1px 1px 3px 2px #763502;
  box-shadow:         1px 1px 3px 2px #763502;">
Div content here</div>

This div box has shadow with color #763502


Comments

No comments written yet.

Please login to write comment.