#797255

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

Shades of Peat #797255

Tints of Peat #797255

Color information

#797255 (or 0x797255) is unknown color: approx Peat. HEX triplet: 79, 72 and 55. RGB value is (121,114,85). Sum of RGB (Red+Green+Blue) = 121+114+85=320 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.81% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 121 - color contains mainly: red. Hex color #797255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797255 is #868DAA. Grayscale: #707070. Windows color (decimal): -8818091 or 5599865. OLE color: 5599865.

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

Color convert

RGB12111485-
CMYK00.060.300.53
HSL48.33º17.48%40.39%-
HSV(B)48.33º29.75%47.45%-
XYZ15.5416.7611.01-
YUV112.79112.32133.86-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.81%
GREEN value IS 114 (44.92% from 255) = 35.62%
BLUE value IS 85 (33.59% from 255) = 26.56%
R=37.81%
G=35.62%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211148500.060.300.5348.3317.4840.39
Hex797255061E35301128
Octal171162125063665602150
Binary11110011110010101010101101111011010111000010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797255; }

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

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

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

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

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

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

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

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