#797428

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

Shades of Pesto #797428

Tints of Pesto #797428

Color information

#797428 (or 0x797428) is unknown color: approx Pesto. HEX triplet: 79, 74 and 28. RGB value is (121,116,40). Sum of RGB (Red+Green+Blue) = 121+116+40=277 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.68% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 121 - color contains mainly: red. Hex color #797428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797428 is #868BD7. Grayscale: #6D6D6D. Windows color (decimal): -8817624 or 2651257. OLE color: 2651257.

HSL color Cylindrical-coordinate representation of color #797428: hue angle of 56.3º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #797428 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB12111640-
CMYK00.040.670.53
HSL56.3º50.31%31.57%-
HSV(B)56.3º66.94%47.45%-
XYZ14.5116.714.47-
YUV108.8389.16136.68-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.68%
GREEN value IS 116 (45.70% from 255) = 41.88%
BLUE value IS 40 (16.02% from 255) = 14.44%
R=43.68%
G=41.88%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211164000.040.670.5356.350.3131.57
Hex797428044335383220
Octal171164500410365706240
Binary1111001111010010100001001000011110101111000110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797428; }

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

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

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

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

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

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

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

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