#766D52

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

Shades of Peat #766D52

Tints of Peat #766D52

Color information

#766D52 (or 0x766D52) is unknown color: approx Peat. HEX triplet: 76, 6D and 52. RGB value is (118,109,82). Sum of RGB (Red+Green+Blue) = 118+109+82=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #766D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D52 is #8992AD. Grayscale: #6C6C6C. Windows color (decimal): -9015982 or 5401974. OLE color: 5401974.

HSL color Cylindrical-coordinate representation of color #766D52: hue angle of 45º degrees, saturation: 0.18, 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 #766D52 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB11810982-
CMYK00.080.310.54
HSL45º18%39.22%-
HSV(B)45º30.51%46.27%-
XYZ14.4615.410.19-
YUV108.61112.98134.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.19%
GREEN value IS 109 (42.97% from 255) = 35.28%
BLUE value IS 82 (32.42% from 255) = 26.54%
R=38.19%
G=35.28%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181098200.080.310.54451839.22
Hex766D52081F362d1227
Octal1661551220103766552247
Binary111011011011011010010010001111111011010110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,109,82); }

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

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

 a { background-color: rgb(118,109,82); }

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

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

 span { border-color: rgb(118,109,82); }

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