#797055

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

Shades of Peat #797055

Tints of Peat #797055

Color information

#797055 (or 0x797055) is unknown color: approx Peat. HEX triplet: 79, 70 and 55. RGB value is (121,112,85). Sum of RGB (Red+Green+Blue) = 121+112+85=318 (42% of max value = 765). Red value is 121 (47.66% from 255 or 38.05% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 121 - color contains mainly: red. Hex color #797055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797055 is #868FAA. Grayscale: #6F6F6F. Windows color (decimal): -8818603 or 5599353. OLE color: 5599353.

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

Color convert

RGB12111285-
CMYK00.070.300.53
HSL45º17.48%40.39%-
HSV(B)45º29.75%47.45%-
XYZ15.3216.3110.93-
YUV111.61112.98134.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.05%
GREEN value IS 112 (44.14% from 255) = 35.22%
BLUE value IS 85 (33.59% from 255) = 26.73%
R=38.05%
G=35.22%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211128500.070.300.534517.4840.39
Hex797055071E352d1128
Octal171160125073665552150
Binary11110011110000101010101111111011010110110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797055; }

 p { color: rgb(121,112,85); }

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

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

 a { background-color: rgb(121,112,85); }

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

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

 span { border-color: rgb(121,112,85); }

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