#7A751A

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

Shades of Pesto #7A751A

Tints of Pesto #7A751A

Color information

#7A751A (or 0x7A751A) is unknown color: approx Pesto. HEX triplet: 7A, 75 and 1A. RGB value is (122,117,26). Sum of RGB (Red+Green+Blue) = 122+117+26=265 (35% of max value = 765). Red value is 122 (48.05% from 255 or 46.04% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 122 - color contains mainly: red. Hex color #7A751A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A751A is #858AE5. Grayscale: #6C6C6C. Windows color (decimal): -8751846 or 1734010. OLE color: 1734010.

HSL color Cylindrical-coordinate representation of color #7A751A: hue angle of 56.88º 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 #7A751A is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.52.

Color convert

RGB12211726-
CMYK00.040.790.52
HSL56.88º64.86%29.02%-
HSV(B)56.88º78.69%47.84%-
XYZ14.5716.933.48-
YUV108.1281.66137.9-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.04%
GREEN value IS 117 (46.09% from 255) = 44.15%
BLUE value IS 26 (10.55% from 255) = 9.81%
R=46.04%
G=44.15%
B=9.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.79
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221172600.040.790.5256.8864.8629.02
Hex7A751A044F3439411d
Octal1721653204117647110135
Binary111101011101011101001001001111110100111001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A751A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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