#787128

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

Shades of Pesto #787128

Tints of Pesto #787128

Color information

#787128 (or 0x787128) is unknown color: approx Pesto. HEX triplet: 78, 71 and 28. RGB value is (120,113,40). Sum of RGB (Red+Green+Blue) = 120+113+40=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #787128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787128 is #878ED7. Grayscale: #6B6B6B. Windows color (decimal): -8883928 or 2650488. OLE color: 2650488.

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

Color convert

RGB12011340-
CMYK00.060.670.53
HSL54.75º50%31.37%-
HSV(B)54.75º66.67%47.06%-
XYZ14.0315.964.35-
YUV106.7790.32137.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.96%
GREEN value IS 113 (44.53% from 255) = 41.39%
BLUE value IS 40 (16.02% from 255) = 14.65%
R=43.96%
G=41.39%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201134000.060.670.5354.755031.37
Hex78712806433537321f
Octal170161500610365676237
Binary111100011100011010000110100001111010111011111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787128; }

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

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

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

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

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

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

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

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