#766E51

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

Shades of Peat #766E51

Tints of Peat #766E51

Color information

#766E51 (or 0x766E51) is unknown color: approx Peat. HEX triplet: 76, 6E and 51. RGB value is (118,110,81). Sum of RGB (Red+Green+Blue) = 118+110+81=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 81 (32.03% from 255 or 26.21% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #766E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E51 is #8991AE. Grayscale: #6D6D6D. Windows color (decimal): -9015727 or 5336694. OLE color: 5336694.

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

Color convert

RGB11811081-
CMYK00.070.310.54
HSL47.03º18.59%39.02%-
HSV(B)47.03º31.36%46.27%-
XYZ14.5315.610.03-
YUV109.09112.15134.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.19%
GREEN value IS 110 (43.36% from 255) = 35.60%
BLUE value IS 81 (32.03% from 255) = 26.21%
R=38.19%
G=35.60%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181108100.070.310.5447.0318.5939.02
Hex766E51071F362f1327
Octal166156121073766572347
Binary11101101101110101000101111111111011010111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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