#766E57

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

Shades of Peat #766E57

Tints of Peat #766E57

Color information

#766E57 (or 0x766E57) is unknown color: approx Peat. HEX triplet: 76, 6E and 57. RGB value is (118,110,87). Sum of RGB (Red+Green+Blue) = 118+110+87=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 87 (34.38% from 255 or 27.62% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #766E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E57 is #8991A8. Grayscale: #6D6D6D. Windows color (decimal): -9015721 or 5729910. OLE color: 5729910.

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

Color convert

RGB11811087-
CMYK00.070.260.54
HSL44.52º15.12%40.2%-
HSV(B)44.52º26.27%46.27%-
XYZ14.7715.6911.27-
YUV109.77115.15133.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.46%
GREEN value IS 110 (43.36% from 255) = 34.92%
BLUE value IS 87 (34.38% from 255) = 27.62%
R=37.46%
G=34.92%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181108700.070.260.5444.5215.1240.2
Hex766E57071A362df28
Octal166156127073266551750
Binary1110110110111010101110111110101101101011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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