#786F56

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

Shades of Peat #786F56

Tints of Peat #786F56

Color information

#786F56 (or 0x786F56) is unknown color: approx Peat. HEX triplet: 78, 6F and 56. RGB value is (120,111,86). Sum of RGB (Red+Green+Blue) = 120+111+86=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 120 - color contains mainly: red. Hex color #786F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786F56 is #8790A9. Grayscale: #6E6E6E. Windows color (decimal): -8884394 or 5664632. OLE color: 5664632.

HSL color Cylindrical-coordinate representation of color #786F56: hue angle of 44.12º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #786F56 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB12011186-
CMYK00.080.280.53
HSL44.12º16.5%40.39%-
HSV(B)44.12º28.33%47.06%-
XYZ15.1116.0311.1-
YUV110.84113.98134.53-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.85%
GREEN value IS 111 (43.75% from 255) = 35.02%
BLUE value IS 86 (33.98% from 255) = 27.13%
R=37.85%
G=35.02%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201118600.080.280.5344.1216.540.39
Hex786F56081C352c1128
Octal1701571260103465542150
Binary111100011011111010110010001110011010110110010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786F56; }

 p { color: rgb(120,111,86); }

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

<style>
 a { background-color: #786F56; }

 a { background-color: rgb(120,111,86); }

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

<style>
 span { border-color: #786F56; }

 span { border-color: rgb(120,111,86); }

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