Color Hex Logo

#76652a Color Hex

#76652A
(118,101,42)
0 Favorites   0 Comments

Color spaces of #76652a

RGB 11810142
HSL0.130.480.31
HSV47°64°46°
CMYK 0.000.140.64   0.54
XYZ12.542813.32614.1016
Yxy13.32610.41850.4446
Hunter Lab36.5049-2.552518.8918
CIE-Lab43.2505-0.831135.1119

#76652a color RGB value is (118,101,42).

#76652a hex color red value is 118, green value is 101 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #76652a hue: 0.13 , saturation: 0.48 and the lightness value of 76652a is 0.31.

The process color (four color CMYK) of #76652a color hex is 0.00, 0.14, 0.64, 0.54. Web safe color of #76652a is #666633. Color #76652a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100101 00101010
Octal 166 145 52
Decimal 118 101 42
Hex 76 65 2A

RGB Percentages of Color #76652a

%45.21
%38.70
%16.09

CMYK Percentages of Color #76652a

%0
%14
%64
%54

Triadic Colors of #76652a

#76652a #2a7665 #652a76

Analogous Colors of #76652a

#76652a #61762a #763f2a

Monochromatic Colors of #76652a

#76652a

Complementary Color

#76652a #2a3b76

#76652a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76652a Color Preview on White Background

Lorem ipsum dolor sit amet.

#76652a Color CSS Codes

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

#76652a Text Font Color

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

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


#76652a Background Color

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

This div background color is #76652a


#76652a Border Color

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

This div border color is #76652a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76652a


Comments

No comments written yet.

Please login to write comment.