#786928

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

Shades of Pesto #786928

Tints of Pesto #786928

Color information

#786928 (or 0x786928) is unknown color: approx Pesto. HEX triplet: 78, 69 and 28. RGB value is (120,105,40). Sum of RGB (Red+Green+Blue) = 120+105+40=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #786928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786928 is #8796D7. Grayscale: #666666. Windows color (decimal): -8885976 or 2648440. OLE color: 2648440.

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

Color convert

RGB12010540-
CMYK00.130.670.53
HSL48.75º50%31.37%-
HSV(B)48.75º66.67%47.06%-
XYZ13.1814.254.06-
YUV102.0792.97140.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.28%
GREEN value IS 105 (41.41% from 255) = 39.62%
BLUE value IS 40 (16.02% from 255) = 15.09%
R=45.28%
G=39.62%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201054000.130.670.5348.755031.37
Hex7869280D433531321f
Octal1701515001510365616237
Binary1111000110100110100001101100001111010111000111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786928; }

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

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

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

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

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

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

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

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