#766E58

Color #766E58 Peat (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peat #766E58

Tints of Peat #766E58

Color information

#766E58 (or 0x766E58) is unknown color: approx Peat. HEX triplet: 76, 6E and 58. RGB value is (118,110,88). Sum of RGB (Red+Green+Blue) = 118+110+88=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 88 (34.77% from 255 or 27.85% from 316); Max value from RGB is 118 - color contains mainly: red. Hex color #766E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E58 is #8991A7. Grayscale: #6D6D6D. Windows color (decimal): -9015720 or 5795446. OLE color: 5795446.

HSL color Cylindrical-coordinate representation of color #766E58: hue angle of 44º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #766E58 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB11811088-
CMYK00.070.250.54
HSL44º14.56%40.39%-
HSV(B)44º25.42%46.27%-
XYZ14.8115.7111.48-
YUV109.88115.65133.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 37.34%
GREEN value IS 110 (43.36% from 255) = 34.81%
BLUE value IS 88 (34.77% from 255) = 27.85%
R=37.34%
G=34.81%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181108800.070.250.544414.5640.39
Hex766E580719362cf28
Octal166156130073166541750
Binary1110110110111010110000111110011101101011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766E58; }

 p { color: rgb(118,110,88); }

 H1.HeaderClassName
 {
   color: #766E58;
 }
 .AnyTagClassName
 {
   color: #766E58;
 }
</style>
background-color css

<style>
 a { background-color: #766E58; }

 a { background-color: rgb(118,110,88); }

 div.DivClassName
 {
   background-color: #766E58;
 }
 .BgClassName
 {
   background-color: #766E58;
 }
</style>
border-color css

<style>
 span { border-color: #766E58; }

 span { border-color: rgb(118,110,88); }

 td.TdClassName
 {
   border-color: #766E58;
 }
 .TagClassName
 {
   border-color: #766E58;
 }
</style>