#787121

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

Shades of Pesto #787121

Tints of Pesto #787121

Color information

#787121 (or 0x787121) is unknown color: approx Pesto. HEX triplet: 78, 71 and 21. RGB value is (120,113,33). Sum of RGB (Red+Green+Blue) = 120+113+33=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #787121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787121 is #878EDE. Grayscale: #6A6A6A. Windows color (decimal): -8883935 or 2191736. OLE color: 2191736.

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

Color convert

RGB12011333-
CMYK00.060.720.53
HSL55.17º56.86%30%-
HSV(B)55.17º72.5%47.06%-
XYZ13.9315.913.78-
YUV105.9786.82138-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.11%
GREEN value IS 113 (44.53% from 255) = 42.48%
BLUE value IS 33 (13.28% from 255) = 12.41%
R=45.11%
G=42.48%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201133300.060.720.5355.1756.8630
Hex78712106483537391e
Octal170161410611065677136
Binary111100011100011000010110100100011010111011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787121; }

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

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

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

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

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

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

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

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