#786B25

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

Shades of Pesto #786B25

Tints of Pesto #786B25

Color information

#786B25 (or 0x786B25) is unknown color: approx Pesto. HEX triplet: 78, 6B and 25. RGB value is (120,107,37). Sum of RGB (Red+Green+Blue) = 120+107+37=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 107 (42.19% from 255 or 40.53% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #786B25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786B25 is #8794DA. Grayscale: #676767. Windows color (decimal): -8885467 or 2452344. OLE color: 2452344.

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

Color convert

RGB12010737-
CMYK00.110.690.53
HSL50.6º52.87%30.78%-
HSV(B)50.6º69.17%47.06%-
XYZ13.3414.643.87-
YUV102.9190.81140.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.45%
GREEN value IS 107 (42.19% from 255) = 40.53%
BLUE value IS 37 (14.84% from 255) = 14.02%
R=45.45%
G=40.53%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201073700.110.690.5350.652.8730.78
Hex786B250B453533351f
Octal1701534501310565636537
Binary1111000110101110010101011100010111010111001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,107,37); }

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

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

 a { background-color: rgb(120,107,37); }

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

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

 span { border-color: rgb(120,107,37); }

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