#766B4F

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

Shades of Peat #766B4F

Tints of Peat #766B4F

Color information

#766B4F (or 0x766B4F) is unknown color: approx Peat. HEX triplet: 76, 6B and 4F. RGB value is (118,107,79). Sum of RGB (Red+Green+Blue) = 118+107+79=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 118 - color contains mainly: red. Hex color #766B4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B4F is #8994B0. Grayscale: #6B6B6B. Windows color (decimal): -9016497 or 5204854. OLE color: 5204854.

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

Color convert

RGB11810779-
CMYK00.090.330.54
HSL43.08º19.8%38.63%-
HSV(B)43.08º33.05%46.27%-
XYZ14.1414.939.53-
YUV107.1112.14135.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.82%
GREEN value IS 107 (42.19% from 255) = 35.20%
BLUE value IS 79 (31.25% from 255) = 25.99%
R=38.82%
G=35.20%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181077900.090.330.5443.0819.838.63
Hex766B4F0921362b1427
Octal1661531170114166532447
Binary1110110110101110011110100110000111011010101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,107,79); }

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

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

 a { background-color: rgb(118,107,79); }

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

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

 span { border-color: rgb(118,107,79); }

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