#7A7215

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

Shades of Pesto #7A7215

Tints of Pesto #7A7215

Color information

#7A7215 (or 0x7A7215) is unknown color: approx Pesto. HEX triplet: 7A, 72 and 15. RGB value is (122,114,21). Sum of RGB (Red+Green+Blue) = 122+114+21=257 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.47% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A7215 is #858DEA. Grayscale: #6A6A6A. Windows color (decimal): -8752619 or 1405562. OLE color: 1405562.

HSL color Cylindrical-coordinate representation of color #7A7215: hue angle of 55.25º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7A7215 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.52.

Color convert

RGB12211421-
CMYK00.070.830.52
HSL55.25º70.63%28.04%-
HSV(B)55.25º82.79%47.84%-
XYZ14.1816.233.09-
YUV105.7980.15139.56-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 47.47%
GREEN value IS 114 (44.92% from 255) = 44.36%
BLUE value IS 21 (8.59% from 255) = 8.17%
R=47.47%
G=44.36%
B=8.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.83
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221142100.070.830.5255.2570.6328.04
Hex7A721507533437471c
Octal1721622507123646710734
Binary111101011100101010101111010011110100110111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A7215; }

 p { color: rgb(122,114,21); }

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

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

 a { background-color: rgb(122,114,21); }

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

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

 span { border-color: rgb(122,114,21); }

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