Color Hex Logo

#762616 Color Hex

#762616
(118,38,22)
0 Favorites   0 Comments

Color spaces of #762616

RGB 1183822
HSL0.030.690.27
HSV10°81°46°
CMYK 0.000.680.81   0.54
XYZ8.30915.29571.3433
Yxy5.29570.55590.3543
Hunter Lab23.012424.179412.6477
CIE-Lab27.561134.145728.8920

#762616 color RGB value is (118,38,22).

#762616 hex color red value is 118, green value is 38 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #762616 hue: 0.03 , saturation: 0.69 and the lightness value of 762616 is 0.27.

The process color (four color CMYK) of #762616 color hex is 0.00, 0.68, 0.81, 0.54. Web safe color of #762616 is #663300. Color #762616 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100110 00010110
Octal 166 46 26
Decimal 118 38 22
Hex 76 26 16

RGB Percentages of Color #762616

%66.29
%21.35
%12.36

CMYK Percentages of Color #762616

%0
%68
%81
%54

Triadic Colors of #762616

#762616 #167626 #261676

Analogous Colors of #762616

#762616 #765616 #761636

Monochromatic Colors of #762616

#762616

Complementary Color

#762616 #166676

#762616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762616 Color CSS Codes

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

#762616 Text Font Color

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

This sample text font color is #762616
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.


#762616 Background Color

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

This div background color is #762616


#762616 Border Color

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

This div border color is #762616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762616


Comments

No comments written yet.

Please login to write comment.