#7B732A

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

Shades of Pesto #7B732A

Tints of Pesto #7B732A

Color information

#7B732A (or 0x7B732A) is unknown color: approx Pesto. HEX triplet: 7B, 73 and 2A. RGB value is (123,115,42). Sum of RGB (Red+Green+Blue) = 123+115+42=280 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.93% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 123 - color contains mainly: red. Hex color #7B732A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B732A is #848CD5. Grayscale: #6D6D6D. Windows color (decimal): -8686806 or 2782075. OLE color: 2782075.

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

Color convert

RGB12311542-
CMYK00.070.660.52
HSL54.07º49.09%32.35%-
HSV(B)54.07º65.85%48.24%-
XYZ14.7216.644.63-
YUV109.0790.15137.94-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 43.93%
GREEN value IS 115 (45.31% from 255) = 41.07%
BLUE value IS 42 (16.80% from 255) = 15%
R=43.93%
G=41.07%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231154200.070.660.5254.0749.0932.35
Hex7B732A074234363120
Octal173163520710264666140
Binary1111011111001110101001111000010110100110110110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B732A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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