#786C2A

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

Shades of Pesto #786C2A

Tints of Pesto #786C2A

Color information

#786C2A (or 0x786C2A) is unknown color: approx Pesto. HEX triplet: 78, 6C and 2A. RGB value is (120,108,42). Sum of RGB (Red+Green+Blue) = 120+108+42=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 108 (42.58% from 255 or 40% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 120 - color contains mainly: red. Hex color #786C2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786C2A is #8793D5. Grayscale: #686868. Windows color (decimal): -8885206 or 2780280. OLE color: 2780280.

HSL color Cylindrical-coordinate representation of color #786C2A: hue angle of 50.77º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #786C2A is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB12010842-
CMYK00.100.650.53
HSL50.77º48.15%31.76%-
HSV(B)50.77º65%47.06%-
XYZ13.5314.894.35-
YUV104.0692.98139.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.44%
GREEN value IS 108 (42.58% from 255) = 40%
BLUE value IS 42 (16.80% from 255) = 15.56%
R=44.44%
G=40%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201084200.100.650.5350.7748.1531.76
Hex786C2A0A4135333020
Octal1701545201210165636040
Binary11110001101100101010010101000001110101110011110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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