#787053

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

Shades of Peat #787053

Tints of Peat #787053

Color information

#787053 (or 0x787053) is unknown color: approx Peat. HEX triplet: 78, 70 and 53. RGB value is (120,112,83). Sum of RGB (Red+Green+Blue) = 120+112+83=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 120 - color contains mainly: red. Hex color #787053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787053 is #878FAC. Grayscale: #6F6F6F. Windows color (decimal): -8884141 or 5468280. OLE color: 5468280.

HSL color Cylindrical-coordinate representation of color #787053: hue angle of 47.03º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #787053 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB12011283-
CMYK00.070.310.53
HSL47.03º18.23%39.8%-
HSV(B)47.03º30.83%47.06%-
XYZ15.116.2110.52-
YUV111.09112.15134.36-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.10%
GREEN value IS 112 (44.14% from 255) = 35.56%
BLUE value IS 83 (32.81% from 255) = 26.35%
R=38.10%
G=35.56%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201128300.070.310.5347.0318.2339.8
Hex787053071F352f1228
Octal170160123073765572250
Binary11110001110000101001101111111111010110111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787053; }

 p { color: rgb(120,112,83); }

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

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

 a { background-color: rgb(120,112,83); }

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

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

 span { border-color: rgb(120,112,83); }

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