#766E50

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

Shades of Peat #766E50

Tints of Peat #766E50

Color information

#766E50 (or 0x766E50) is unknown color: approx Peat. HEX triplet: 76, 6E and 50. RGB value is (118,110,80). Sum of RGB (Red+Green+Blue) = 118+110+80=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #766E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E50 is #8991AF. Grayscale: #6D6D6D. Windows color (decimal): -9015728 or 5271158. OLE color: 5271158.

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

Color convert

RGB11811080-
CMYK00.070.320.54
HSL47.37º19.19%38.82%-
HSV(B)47.37º32.2%46.27%-
XYZ14.515.589.83-
YUV108.97111.65134.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.31%
GREEN value IS 110 (43.36% from 255) = 35.71%
BLUE value IS 80 (31.64% from 255) = 25.97%
R=38.31%
G=35.71%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181108000.070.320.5447.3719.1938.82
Hex766E500720362f1327
Octal166156120074066572347
Binary111011011011101010000011110000011011010111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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