#797526

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

Shades of Pesto #797526

Tints of Pesto #797526

Color information

#797526 (or 0x797526) is unknown color: approx Pesto. HEX triplet: 79, 75 and 26. RGB value is (121,117,38). Sum of RGB (Red+Green+Blue) = 121+117+38=276 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.84% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 121 - color contains mainly: red. Hex color #797526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797526 is #868AD9. Grayscale: #6D6D6D. Windows color (decimal): -8817370 or 2520441. OLE color: 2520441.

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

Color convert

RGB12111738-
CMYK00.030.690.53
HSL57.11º52.2%31.18%-
HSV(B)57.11º68.6%47.45%-
XYZ14.616.934.33-
YUV109.1987.83136.42-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.84%
GREEN value IS 117 (46.09% from 255) = 42.39%
BLUE value IS 38 (15.23% from 255) = 13.77%
R=43.84%
G=42.39%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211173800.030.690.5357.1152.231.18
Hex79752603453539341f
Octal171165460310565716437
Binary11110011110101100110011100010111010111100111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797526; }

 p { color: rgb(121,117,38); }

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

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

 a { background-color: rgb(121,117,38); }

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

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

 span { border-color: rgb(121,117,38); }

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