#79702B

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

Shades of Pesto #79702B

Tints of Pesto #79702B

Color information

#79702B (or 0x79702B) is unknown color: approx Pesto. HEX triplet: 79, 70 and 2B. RGB value is (121,112,43). Sum of RGB (Red+Green+Blue) = 121+112+43=276 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.84% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 121 - color contains mainly: red. Hex color #79702B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79702B is #868FD4. Grayscale: #6B6B6B. Windows color (decimal): -8818645 or 2846841. OLE color: 2846841.

HSL color Cylindrical-coordinate representation of color #79702B: hue angle of 53.08º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #79702B is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB12111243-
CMYK00.070.640.53
HSL53.08º47.56%32.16%-
HSV(B)53.08º64.46%47.45%-
XYZ14.1215.834.6-
YUV106.8291.98138.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.84%
GREEN value IS 112 (44.14% from 255) = 40.58%
BLUE value IS 43 (17.19% from 255) = 15.58%
R=43.84%
G=40.58%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211124300.070.640.5353.0847.5632.16
Hex79702B074035353020
Octal171160530710065656040
Binary1111001111000010101101111000000110101110101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79702B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79702B; }

 p { color: rgb(121,112,43); }

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

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

 a { background-color: rgb(121,112,43); }

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

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

 span { border-color: rgb(121,112,43); }

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