#786C55

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

Shades of Peat #786C55

Tints of Peat #786C55

Color information

#786C55 (or 0x786C55) is unknown color: approx Peat. HEX triplet: 78, 6C and 55. RGB value is (120,108,85). Sum of RGB (Red+Green+Blue) = 120+108+85=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 85 (33.59% from 255 or 27.16% from 313); Max value from RGB is 120 - color contains mainly: red. Hex color #786C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786C55 is #8793AA. Grayscale: #6D6D6D. Windows color (decimal): -8885163 or 5598328. OLE color: 5598328.

HSL color Cylindrical-coordinate representation of color #786C55: hue angle of 39.43º 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 #786C55 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB12010885-
CMYK00.100.290.53
HSL39.43º17.07%40.2%-
HSV(B)39.43º29.17%47.06%-
XYZ14.7515.3710.78-
YUV108.97114.48135.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.34%
GREEN value IS 108 (42.58% from 255) = 34.50%
BLUE value IS 85 (33.59% from 255) = 27.16%
R=38.34%
G=34.50%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201088500.100.290.5339.4317.0740.2
Hex786C550A1D35271128
Octal1701541250123565472150
Binary111100011011001010101010101110111010110011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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