#7F7732

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

Shades of Pesto #7F7732

Tints of Pesto #7F7732

Color information

#7F7732 (or 0x7F7732) is unknown color: approx Pesto. HEX triplet: 7F, 77 and 32. RGB value is (127,119,50). Sum of RGB (Red+Green+Blue) = 127+119+50=296 (39% of max value = 765). Red value is 127 (50% from 255 or 42.91% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7732 is #8088CD. Grayscale: #717171. Windows color (decimal): -8423630 or 3307391. OLE color: 3307391.

HSL color Cylindrical-coordinate representation of color #7F7732: hue angle of 53.77º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F7732 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB12711950-
CMYK00.060.610.50
HSL53.77º43.5%34.71%-
HSV(B)53.77º60.63%49.8%-
XYZ15.9217.945.64-
YUV113.5392.15137.61-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.91%
GREEN value IS 119 (46.88% from 255) = 40.20%
BLUE value IS 50 (19.92% from 255) = 16.89%
R=42.91%
G=40.20%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271195000.060.610.5053.7743.534.71
Hex7F7732063D32362c23
Octal17716762067562665443
Binary111111111101111100100110111101110010110110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,119,50); }

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

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

 a { background-color: rgb(127,119,50); }

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

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

 span { border-color: rgb(127,119,50); }

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