#787126

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

Shades of Pesto #787126

Tints of Pesto #787126

Color information

#787126 (or 0x787126) is unknown color: approx Pesto. HEX triplet: 78, 71 and 26. RGB value is (120,113,38). Sum of RGB (Red+Green+Blue) = 120+113+38=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 120 - color contains mainly: red. Hex color #787126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787126 is #878ED9. Grayscale: #6A6A6A. Windows color (decimal): -8883930 or 2519416. OLE color: 2519416.

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

Color convert

RGB12011338-
CMYK00.060.680.53
HSL54.88º51.9%30.98%-
HSV(B)54.88º68.33%47.06%-
XYZ1415.944.17-
YUV106.5489.32137.6-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.28%
GREEN value IS 113 (44.53% from 255) = 41.70%
BLUE value IS 38 (15.23% from 255) = 14.02%
R=44.28%
G=41.70%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201133800.060.680.5354.8851.930.98
Hex78712606443537341f
Octal170161460610465676437
Binary111100011100011001100110100010011010111011111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787126; }

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

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

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

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

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

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

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

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