#7F7C29

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

Shades of Pesto #7F7C29

Tints of Pesto #7F7C29

Color information

#7F7C29 (or 0x7F7C29) is unknown color: approx Pesto. HEX triplet: 7F, 7C and 29. RGB value is (127,124,41). Sum of RGB (Red+Green+Blue) = 127+124+41=292 (38% of max value = 765). Red value is 127 (50% from 255 or 43.49% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7C29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7C29 is #8083D6. Grayscale: #737373. Windows color (decimal): -8422359 or 2718847. OLE color: 2718847.

HSL color Cylindrical-coordinate representation of color #7F7C29: hue angle of 57.91º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F7C29 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.50.

Color convert

RGB12712441-
CMYK00.020.680.50
HSL57.91º51.19%32.94%-
HSV(B)57.91º67.72%49.8%-
XYZ16.3619.094.92-
YUV115.4485.99136.25-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.49%
GREEN value IS 124 (48.83% from 255) = 42.47%
BLUE value IS 41 (16.41% from 255) = 14.04%
R=43.49%
G=42.47%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.68
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271244100.020.680.5057.9151.1932.94
Hex7F7C290244323a3321
Octal177174510210462726341
Binary111111111111001010010101000100110010111010110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,124,41); }

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

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

 a { background-color: rgb(127,124,41); }

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

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

 span { border-color: rgb(127,124,41); }

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