#7A732A

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

Shades of Pesto #7A732A

Tints of Pesto #7A732A

Color information

#7A732A (or 0x7A732A) is unknown color: approx Pesto. HEX triplet: 7A, 73 and 2A. RGB value is (122,115,42). Sum of RGB (Red+Green+Blue) = 122+115+42=279 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.73% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 122 - color contains mainly: red. Hex color #7A732A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A732A is #858CD5. Grayscale: #6D6D6D. Windows color (decimal): -8752342 or 2782074. OLE color: 2782074.

HSL color Cylindrical-coordinate representation of color #7A732A: hue angle of 54.75º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A732A is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB12211542-
CMYK00.060.660.52
HSL54.75º48.78%32.16%-
HSV(B)54.75º65.57%47.84%-
XYZ14.5716.574.62-
YUV108.7790.32137.44-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.73%
GREEN value IS 115 (45.31% from 255) = 41.22%
BLUE value IS 42 (16.80% from 255) = 15.05%
R=43.73%
G=41.22%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.66
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221154200.060.660.5254.7548.7832.16
Hex7A732A064234373120
Octal172163520610264676140
Binary1111010111001110101001101000010110100110111110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A732A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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