#787025

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

Shades of Pesto #787025

Tints of Pesto #787025

Color information

#787025 (or 0x787025) is unknown color: approx Pesto. HEX triplet: 78, 70 and 25. RGB value is (120,112,37). Sum of RGB (Red+Green+Blue) = 120+112+37=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #787025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787025 is #878FDA. Grayscale: #6A6A6A. Windows color (decimal): -8884187 or 2453624. OLE color: 2453624.

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

Color convert

RGB12011237-
CMYK00.070.690.53
HSL54.22º52.87%30.78%-
HSV(B)54.22º69.17%47.06%-
XYZ13.8715.714.05-
YUV105.8489.15138.1-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.61%
GREEN value IS 112 (44.14% from 255) = 41.64%
BLUE value IS 37 (14.84% from 255) = 13.75%
R=44.61%
G=41.64%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201123700.070.690.5354.2252.8730.78
Hex78702507453536351f
Octal170160450710565666537
Binary111100011100001001010111100010111010111011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787025; }

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

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

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

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

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

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

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

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