#797126

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

Shades of Pesto #797126

Tints of Pesto #797126

Color information

#797126 (or 0x797126) is unknown color: approx Pesto. HEX triplet: 79, 71 and 26. RGB value is (121,113,38). Sum of RGB (Red+Green+Blue) = 121+113+38=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 113 (44.53% from 255 or 41.54% from 272); Blue value is 38 (15.23% from 255 or 13.97% from 272); Max value from RGB is 121 - color contains mainly: red. Hex color #797126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797126 is #868ED9. Grayscale: #6B6B6B. Windows color (decimal): -8818394 or 2519417. OLE color: 2519417.

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

Color convert

RGB12111338-
CMYK00.070.690.53
HSL54.22º52.2%31.18%-
HSV(B)54.22º68.6%47.45%-
XYZ14.1416.024.18-
YUV106.8489.15138.1-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.49%
GREEN value IS 113 (44.53% from 255) = 41.54%
BLUE value IS 38 (15.23% from 255) = 13.97%
R=44.49%
G=41.54%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211133800.070.690.5354.2252.231.18
Hex79712607453536341f
Octal171161460710565666437
Binary111100111100011001100111100010111010111011011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797126; }

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

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

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

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

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

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

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

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