#766E52

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

Shades of Peat #766E52

Tints of Peat #766E52

Color information

#766E52 (or 0x766E52) is unknown color: approx Peat. HEX triplet: 76, 6E and 52. RGB value is (118,110,82). Sum of RGB (Red+Green+Blue) = 118+110+82=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 118 - color contains mainly: red. Hex color #766E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E52 is #8991AD. Grayscale: #6D6D6D. Windows color (decimal): -9015726 or 5402230. OLE color: 5402230.

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

Color convert

RGB11811082-
CMYK00.070.310.54
HSL46.67º18%39.22%-
HSV(B)46.67º30.51%46.27%-
XYZ14.5715.6110.23-
YUV109.2112.65134.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.06%
GREEN value IS 110 (43.36% from 255) = 35.48%
BLUE value IS 82 (32.42% from 255) = 26.45%
R=38.06%
G=35.48%
B=26.45%

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
Decimal1181108200.070.310.5446.671839.22
Hex766E52071F362f1227
Octal166156122073766572247
Binary11101101101110101001001111111111011010111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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