#7A761F

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

Shades of Pesto #7A761F

Tints of Pesto #7A761F

Color information

#7A761F (or 0x7A761F) is unknown color: approx Pesto. HEX triplet: 7A, 76 and 1F. RGB value is (122,118,31). Sum of RGB (Red+Green+Blue) = 122+118+31=271 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.02% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 122 - color contains mainly: red. Hex color #7A761F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A761F is #8589E0. Grayscale: #6D6D6D. Windows color (decimal): -8751585 or 2061946. OLE color: 2061946.

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

Color convert

RGB12211831-
CMYK00.030.750.52
HSL57.36º59.48%30%-
HSV(B)57.36º74.59%47.84%-
XYZ14.7517.193.84-
YUV109.2883.83137.07-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.02%
GREEN value IS 118 (46.48% from 255) = 43.54%
BLUE value IS 31 (12.5% from 255) = 11.44%
R=45.02%
G=43.54%
B=11.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.75
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221183100.030.750.5257.3659.4830
Hex7A761F034B34393b1e
Octal172166370311364717336
Binary1111010111011011111011100101111010011100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A761F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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