#787021

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

Shades of Pesto #787021

Tints of Pesto #787021

Color information

#787021 (or 0x787021) is unknown color: approx Pesto. HEX triplet: 78, 70 and 21. RGB value is (120,112,33). Sum of RGB (Red+Green+Blue) = 120+112+33=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 33 (13.28% from 255 or 12.45% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #787021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787021 is #878FDE. Grayscale: #696969. Windows color (decimal): -8884191 or 2191480. OLE color: 2191480.

HSL color Cylindrical-coordinate representation of color #787021: hue angle of 54.48º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #787021 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB12011233-
CMYK00.070.720.53
HSL54.48º56.86%30%-
HSV(B)54.48º72.5%47.06%-
XYZ13.8115.693.74-
YUV105.3987.15138.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.28%
GREEN value IS 112 (44.14% from 255) = 42.26%
BLUE value IS 33 (13.28% from 255) = 12.45%
R=45.28%
G=42.26%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201123300.070.720.5354.4856.8630
Hex78702107483536391e
Octal170160410711065667136
Binary111100011100001000010111100100011010111011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787021; }

 p { color: rgb(120,112,33); }

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

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

 a { background-color: rgb(120,112,33); }

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

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

 span { border-color: rgb(120,112,33); }

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