#766B4E

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

Shades of Peat #766B4E

Tints of Peat #766B4E

Color information

#766B4E (or 0x766B4E) is unknown color: approx Peat. HEX triplet: 76, 6B and 4E. RGB value is (118,107,78). Sum of RGB (Red+Green+Blue) = 118+107+78=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 118 - color contains mainly: red. Hex color #766B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B4E is #8994B1. Grayscale: #6B6B6B. Windows color (decimal): -9016498 or 5139318. OLE color: 5139318.

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

Color convert

RGB11810778-
CMYK00.090.340.54
HSL43.5º20.41%38.43%-
HSV(B)43.5º33.9%46.27%-
XYZ14.114.929.34-
YUV106.98111.64135.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.94%
GREEN value IS 107 (42.19% from 255) = 35.31%
BLUE value IS 78 (30.86% from 255) = 25.74%
R=38.94%
G=35.31%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181077800.090.340.5443.520.4138.43
Hex766B4E0922362c1426
Octal1661531160114266542446
Binary1110110110101110011100100110001011011010110010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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