#787226

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

Shades of Pesto #787226

Tints of Pesto #787226

Color information

#787226 (or 0x787226) is unknown color: approx Pesto. HEX triplet: 78, 72 and 26. RGB value is (120,114,38). Sum of RGB (Red+Green+Blue) = 120+114+38=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 114 (44.92% from 255 or 41.91% from 272); Blue value is 38 (15.23% from 255 or 13.97% from 272); Max value from RGB is 120 - color contains mainly: red. Hex color #787226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787226 is #878DD9. Grayscale: #6B6B6B. Windows color (decimal): -8883674 or 2519672. OLE color: 2519672.

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

Color convert

RGB12011438-
CMYK00.050.680.53
HSL55.61º51.9%30.98%-
HSV(B)55.61º68.33%47.06%-
XYZ14.1116.174.21-
YUV107.1388.99137.18-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.12%
GREEN value IS 114 (44.92% from 255) = 41.91%
BLUE value IS 38 (15.23% from 255) = 13.97%
R=44.12%
G=41.91%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201143800.050.680.5355.6151.930.98
Hex78722605443538341f
Octal170162460510465706437
Binary111100011100101001100101100010011010111100011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787226; }

 p { color: rgb(120,114,38); }

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

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

 a { background-color: rgb(120,114,38); }

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

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

 span { border-color: rgb(120,114,38); }

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