#7F742D

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

Shades of Pesto #7F742D

Tints of Pesto #7F742D

Color information

#7F742D (or 0x7F742D) is unknown color: approx Pesto. HEX triplet: 7F, 74 and 2D. RGB value is (127,116,45). Sum of RGB (Red+Green+Blue) = 127+116+45=288 (38% of max value = 765). Red value is 127 (50% from 255 or 44.10% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 127 - color contains mainly: red. Hex color #7F742D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F742D is #808BD2. Grayscale: #6F6F6F. Windows color (decimal): -8424403 or 2978943. OLE color: 2978943.

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

Color convert

RGB12711645-
CMYK00.090.650.50
HSL51.95º47.67%33.73%-
HSV(B)51.95º64.57%49.8%-
XYZ15.4717.194.99-
YUV111.290.64139.27-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.10%
GREEN value IS 116 (45.70% from 255) = 40.28%
BLUE value IS 45 (17.97% from 255) = 15.62%
R=44.10%
G=40.28%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271164500.090.650.5051.9547.6733.73
Hex7F742D094132343022
Octal1771645501110162646042
Binary11111111110100101101010011000001110010110100110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F742D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,116,45); }

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

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

 a { background-color: rgb(127,116,45); }

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

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

 span { border-color: rgb(127,116,45); }

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