#787028

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

Shades of Pesto #787028

Tints of Pesto #787028

Color information

#787028 (or 0x787028) is unknown color: approx Pesto. HEX triplet: 78, 70 and 28. RGB value is (120,112,40). Sum of RGB (Red+Green+Blue) = 120+112+40=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 120 - color contains mainly: red. Hex color #787028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787028 is #878FD7. Grayscale: #6A6A6A. Windows color (decimal): -8884184 or 2650232. OLE color: 2650232.

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

Color convert

RGB12011240-
CMYK00.070.670.53
HSL54º50%31.37%-
HSV(B)54º66.67%47.06%-
XYZ13.9215.734.31-
YUV106.1890.65137.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.12%
GREEN value IS 112 (44.14% from 255) = 41.18%
BLUE value IS 40 (16.02% from 255) = 14.71%
R=44.12%
G=41.18%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201124000.070.670.53545031.37
Hex78702807433536321f
Octal170160500710365666237
Binary111100011100001010000111100001111010111011011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787028; }

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

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

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

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

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

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

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

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