#7A761A

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

Shades of Pesto #7A761A

Tints of Pesto #7A761A

Color information

#7A761A (or 0x7A761A) is unknown color: approx Pesto. HEX triplet: 7A, 76 and 1A. RGB value is (122,118,26). Sum of RGB (Red+Green+Blue) = 122+118+26=266 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.86% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 122 - color contains mainly: red. Hex color #7A761A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A761A is #8589E5. Grayscale: #6D6D6D. Windows color (decimal): -8751590 or 1734266. OLE color: 1734266.

HSL color Cylindrical-coordinate representation of color #7A761A: hue angle of 57.5º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7A761A is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.52.

Color convert

RGB12211826-
CMYK00.030.790.52
HSL57.5º64.86%29.02%-
HSV(B)57.5º78.69%47.84%-
XYZ14.6917.173.52-
YUV108.7181.33137.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.86%
GREEN value IS 118 (46.48% from 255) = 44.36%
BLUE value IS 26 (10.55% from 255) = 9.77%
R=45.86%
G=44.36%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.79
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221182600.030.790.5257.564.8629.02
Hex7A761A034F343a411d
Octal1721663203117647210135
Binary11110101110110110100111001111110100111010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A761A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,118,26); }

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

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

 a { background-color: rgb(122,118,26); }

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

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

 span { border-color: rgb(122,118,26); }

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