#787256

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

Shades of Peat #787256

Tints of Peat #787256

Color information

#787256 (or 0x787256) is unknown color: approx Peat. HEX triplet: 78, 72 and 56. RGB value is (120,114,86). Sum of RGB (Red+Green+Blue) = 120+114+86=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 120 - color contains mainly: red. Hex color #787256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787256 is #878DA9. Grayscale: #707070. Windows color (decimal): -8883626 or 5665400. OLE color: 5665400.

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

Color convert

RGB12011486-
CMYK00.050.280.53
HSL49.41º16.5%40.39%-
HSV(B)49.41º28.33%47.06%-
XYZ15.4416.711.21-
YUV112.6112.99133.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.5%
GREEN value IS 114 (44.92% from 255) = 35.62%
BLUE value IS 86 (33.98% from 255) = 26.88%
R=37.5%
G=35.62%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201148600.050.280.5349.4116.540.39
Hex787256051C35311128
Octal170162126053465612150
Binary11110001110010101011001011110011010111000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787256; }

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

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

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

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

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

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

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

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