#766F54

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

Shades of Peat #766F54

Tints of Peat #766F54

Color information

#766F54 (or 0x766F54) is unknown color: approx Peat. HEX triplet: 76, 6F and 54. RGB value is (118,111,84). Sum of RGB (Red+Green+Blue) = 118+111+84=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 84 (33.20% from 255 or 26.84% from 313); Max value from RGB is 118 - color contains mainly: red. Hex color #766F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F54 is #8990AB. Grayscale: #6E6E6E. Windows color (decimal): -9015468 or 5533558. OLE color: 5533558.

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

Color convert

RGB11811184-
CMYK00.060.290.54
HSL47.65º16.83%39.61%-
HSV(B)47.65º28.81%46.27%-
XYZ14.7615.8610.67-
YUV110.01113.32133.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.70%
GREEN value IS 111 (43.75% from 255) = 35.46%
BLUE value IS 84 (33.20% from 255) = 26.84%
R=37.70%
G=35.46%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181118400.060.290.5447.6516.8339.61
Hex766F54061D36301128
Octal166157124063566602150
Binary11101101101111101010001101110111011011000010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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