#7A731A

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

Shades of Pesto #7A731A

Tints of Pesto #7A731A

Color information

#7A731A (or 0x7A731A) is unknown color: approx Pesto. HEX triplet: 7A, 73 and 1A. RGB value is (122,115,26). Sum of RGB (Red+Green+Blue) = 122+115+26=263 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.39% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 122 - color contains mainly: red. Hex color #7A731A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A731A is #858CE5. Grayscale: #6B6B6B. Windows color (decimal): -8752358 or 1733498. OLE color: 1733498.

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

Color convert

RGB12211526-
CMYK00.060.790.52
HSL55.62º64.86%29.02%-
HSV(B)55.62º78.69%47.84%-
XYZ14.3416.473.4-
YUV106.9582.32138.74-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.39%
GREEN value IS 115 (45.31% from 255) = 43.73%
BLUE value IS 26 (10.55% from 255) = 9.89%
R=46.39%
G=43.73%
B=9.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.79
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221152600.060.790.5255.6264.8629.02
Hex7A731A064F3438411d
Octal1721633206117647010135
Binary111101011100111101001101001111110100111000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A731A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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