#7F7532

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

Shades of Pesto #7F7532

Tints of Pesto #7F7532

Color information

#7F7532 (or 0x7F7532) is unknown color: approx Pesto. HEX triplet: 7F, 75 and 32. RGB value is (127,117,50). Sum of RGB (Red+Green+Blue) = 127+117+50=294 (38% of max value = 765). Red value is 127 (50% from 255 or 43.20% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7532 is #808ACD. Grayscale: #707070. Windows color (decimal): -8424142 or 3306879. OLE color: 3306879.

HSL color Cylindrical-coordinate representation of color #7F7532: hue angle of 52.21º 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 #7F7532 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB12711750-
CMYK00.080.610.50
HSL52.21º43.5%34.71%-
HSV(B)52.21º60.63%49.8%-
XYZ15.6917.465.56-
YUV112.3592.81138.45-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.20%
GREEN value IS 117 (46.09% from 255) = 39.80%
BLUE value IS 50 (19.92% from 255) = 17.01%
R=43.20%
G=39.80%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271175000.080.610.5052.2143.534.71
Hex7F7532083D32342c23
Octal177165620107562645443
Binary1111111111010111001001000111101110010110100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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