#766E54

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

Shades of Peat #766E54

Tints of Peat #766E54

Color information

#766E54 (or 0x766E54) is unknown color: approx Peat. HEX triplet: 76, 6E and 54. RGB value is (118,110,84). Sum of RGB (Red+Green+Blue) = 118+110+84=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 84 (33.20% from 255 or 26.92% from 312); Max value from RGB is 118 - color contains mainly: red. Hex color #766E54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E54 is #8991AB. Grayscale: #6D6D6D. Windows color (decimal): -9015724 or 5533302. OLE color: 5533302.

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

Color convert

RGB11811084-
CMYK00.070.290.54
HSL45.88º16.83%39.61%-
HSV(B)45.88º28.81%46.27%-
XYZ14.6515.6410.64-
YUV109.43113.65134.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.82%
GREEN value IS 110 (43.36% from 255) = 35.26%
BLUE value IS 84 (33.20% from 255) = 26.92%
R=37.82%
G=35.26%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181108400.070.290.5445.8816.8339.61
Hex766E54071D362e1128
Octal166156124073566562150
Binary11101101101110101010001111110111011010111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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