#786F55

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

Shades of Peat #786F55

Tints of Peat #786F55

Color information

#786F55 (or 0x786F55) is unknown color: approx Peat. HEX triplet: 78, 6F and 55. RGB value is (120,111,85). Sum of RGB (Red+Green+Blue) = 120+111+85=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 120 - color contains mainly: red. Hex color #786F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786F55 is #8790AA. Grayscale: #6E6E6E. Windows color (decimal): -8884395 or 5599096. OLE color: 5599096.

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

Color convert

RGB12011185-
CMYK00.080.290.53
HSL44.57º17.07%40.2%-
HSV(B)44.57º29.17%47.06%-
XYZ15.0716.0210.89-
YUV110.73113.48134.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.97%
GREEN value IS 111 (43.75% from 255) = 35.13%
BLUE value IS 85 (33.59% from 255) = 26.90%
R=37.97%
G=35.13%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201118500.080.290.5344.5717.0740.2
Hex786F55081D352d1128
Octal1701571250103565552150
Binary111100011011111010101010001110111010110110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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