#766D51

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

Shades of Peat #766D51

Tints of Peat #766D51

Color information

#766D51 (or 0x766D51) is unknown color: approx Peat. HEX triplet: 76, 6D and 51. RGB value is (118,109,81). Sum of RGB (Red+Green+Blue) = 118+109+81=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #766D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D51 is #8992AE. Grayscale: #6C6C6C. Windows color (decimal): -9015983 or 5336438. OLE color: 5336438.

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

Color convert

RGB11810981-
CMYK00.080.310.54
HSL45.41º18.59%39.02%-
HSV(B)45.41º31.36%46.27%-
XYZ14.4315.389.99-
YUV108.5112.48134.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.31%
GREEN value IS 109 (42.97% from 255) = 35.39%
BLUE value IS 81 (32.03% from 255) = 26.30%
R=38.31%
G=35.39%
B=26.30%

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
Decimal1181098100.080.310.5445.4118.5939.02
Hex766D51081F362d1327
Octal1661551210103766552347
Binary111011011011011010001010001111111011010110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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