#786C28

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

Shades of Pesto #786C28

Tints of Pesto #786C28

Color information

#786C28 (or 0x786C28) is unknown color: approx Pesto. HEX triplet: 78, 6C and 28. RGB value is (120,108,40). Sum of RGB (Red+Green+Blue) = 120+108+40=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 108 (42.58% from 255 or 40.30% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #786C28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786C28 is #8793D7. Grayscale: #686868. Windows color (decimal): -8885208 or 2649208. OLE color: 2649208.

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

Color convert

RGB12010840-
CMYK00.100.670.53
HSL51º50%31.37%-
HSV(B)51º66.67%47.06%-
XYZ13.4914.874.17-
YUV103.8491.98139.53-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.78%
GREEN value IS 108 (42.58% from 255) = 40.30%
BLUE value IS 40 (16.02% from 255) = 14.93%
R=44.78%
G=40.30%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201084000.100.670.53515031.37
Hex786C280A433533321f
Octal1701545001210365636237
Binary1111000110110010100001010100001111010111001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786C28; }

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

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

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

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

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

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

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

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