Color Hex Logo

#767247 Color Hex

#767247
(118,114,71)
0 Favorites   0 Comments

Color spaces of #767247

RGB 11811471
HSL0.150.250.37
HSV55°40°46°
CMYK 0.000.030.40   0.54
XYZ14.625916.34118.3445
Yxy16.34110.37210.4157
Hunter Lab40.4241-6.158916.0580
CIE-Lab47.4189-5.420924.3902

#767247 color RGB value is (118,114,71).

#767247 hex color red value is 118, green value is 114 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #767247 hue: 0.15 , saturation: 0.25 and the lightness value of 767247 is 0.37.

The process color (four color CMYK) of #767247 color hex is 0.00, 0.03, 0.40, 0.54. Web safe color of #767247 is #666633. Color #767247 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110010 01000111
Octal 166 162 107
Decimal 118 114 71
Hex 76 72 47

RGB Percentages of Color #767247

%38.94
%37.62
%23.43

CMYK Percentages of Color #767247

%0
%3
%40
%54

Triadic Colors of #767247

#767247 #477672 #724776

Analogous Colors of #767247

#767247 #637647 #765b47

Monochromatic Colors of #767247

#767247

Complementary Color

#767247 #474b76

#767247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767247 Color CSS Codes

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

#767247 Text Font Color

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

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


#767247 Background Color

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

This div background color is #767247


#767247 Border Color

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

This div border color is #767247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767247


Comments

No comments written yet.

Please login to write comment.