#797426

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

Shades of Pesto #797426

Tints of Pesto #797426

Color information

#797426 (or 0x797426) is unknown color: approx Pesto. HEX triplet: 79, 74 and 26. RGB value is (121,116,38). Sum of RGB (Red+Green+Blue) = 121+116+38=275 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 121 - color contains mainly: red. Hex color #797426 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797426 is #868BD9. Grayscale: #6C6C6C. Windows color (decimal): -8817626 or 2520185. OLE color: 2520185.

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

Color convert

RGB12111638-
CMYK00.040.690.53
HSL56.39º52.2%31.18%-
HSV(B)56.39º68.6%47.45%-
XYZ14.4816.74.29-
YUV108.688.16136.84-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44%
GREEN value IS 116 (45.70% from 255) = 42.18%
BLUE value IS 38 (15.23% from 255) = 13.82%
R=44%
G=42.18%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211163800.040.690.5356.3952.231.18
Hex79742604453538341f
Octal171164460410565706437
Binary111100111101001001100100100010111010111100011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797426; }

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

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

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

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

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

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

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

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