#7F7320

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

Shades of Pesto #7F7320

Tints of Pesto #7F7320

Color information

#7F7320 (or 0x7F7320) is unknown color: approx Pesto. HEX triplet: 7F, 73 and 20. RGB value is (127,115,32). Sum of RGB (Red+Green+Blue) = 127+115+32=274 (36% of max value = 765). Red value is 127 (50% from 255 or 46.35% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7320 is #808CDF. Grayscale: #6D6D6D. Windows color (decimal): -8424672 or 2126719. OLE color: 2126719.

HSL color Cylindrical-coordinate representation of color #7F7320: hue angle of 52.42º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F7320 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB12711532-
CMYK00.090.750.50
HSL52.42º59.75%31.18%-
HSV(B)52.42º74.8%49.8%-
XYZ15.1416.883.83-
YUV109.1384.48140.75-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.35%
GREEN value IS 115 (45.31% from 255) = 41.97%
BLUE value IS 32 (12.89% from 255) = 11.68%
R=46.35%
G=41.97%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271153200.090.750.5052.4259.7531.18
Hex7F7320094B32343c1f
Octal1771634001111362647437
Binary1111111111001110000001001100101111001011010011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,115,32); }

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

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

 a { background-color: rgb(127,115,32); }

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

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

 span { border-color: rgb(127,115,32); }

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