#787255

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

Shades of Peat #787255

Tints of Peat #787255

Color information

#787255 (or 0x787255) is unknown color: approx Peat. HEX triplet: 78, 72 and 55. RGB value is (120,114,85). Sum of RGB (Red+Green+Blue) = 120+114+85=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 120 - color contains mainly: red. Hex color #787255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787255 is #878DAA. Grayscale: #707070. Windows color (decimal): -8883627 or 5599864. OLE color: 5599864.

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

Color convert

RGB12011485-
CMYK00.050.290.53
HSL49.71º17.07%40.2%-
HSV(B)49.71º29.17%47.06%-
XYZ15.416.6811-
YUV112.49112.49133.36-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.62%
GREEN value IS 114 (44.92% from 255) = 35.74%
BLUE value IS 85 (33.59% from 255) = 26.65%
R=37.62%
G=35.74%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201148500.050.290.5349.7117.0740.2
Hex787255051D35321128
Octal170162125053565622150
Binary11110001110010101010101011110111010111001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787255; }

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

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

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

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

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

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

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

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