#79751F

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

Shades of Pesto #79751F

Tints of Pesto #79751F

Color information

#79751F (or 0x79751F) is unknown color: approx Pesto. HEX triplet: 79, 75 and 1F. RGB value is (121,117,31). Sum of RGB (Red+Green+Blue) = 121+117+31=269 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.98% from 269); Green value is 117 (46.09% from 255 or 43.49% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 121 - color contains mainly: red. Hex color #79751F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79751F is #868AE0. Grayscale: #6C6C6C. Windows color (decimal): -8817377 or 2061689. OLE color: 2061689.

HSL color Cylindrical-coordinate representation of color #79751F: hue angle of 57.33º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #79751F is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB12111731-
CMYK00.030.740.53
HSL57.33º59.21%29.8%-
HSV(B)57.33º74.38%47.45%-
XYZ14.4916.893.79-
YUV108.3984.33136.99-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.98%
GREEN value IS 117 (46.09% from 255) = 43.49%
BLUE value IS 31 (12.5% from 255) = 11.52%
R=44.98%
G=43.49%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211173100.030.740.5357.3359.2129.8
Hex79751F034A35393b1e
Octal171165370311265717336
Binary1111001111010111111011100101011010111100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79751F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79751F; }

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

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

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

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

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

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

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

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