#7F702D

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

Shades of Pesto #7F702D

Tints of Pesto #7F702D

Color information

#7F702D (or 0x7F702D) is unknown color: approx Pesto. HEX triplet: 7F, 70 and 2D. RGB value is (127,112,45). Sum of RGB (Red+Green+Blue) = 127+112+45=284 (37% of max value = 765). Red value is 127 (50% from 255 or 44.72% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 127 - color contains mainly: red. Hex color #7F702D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F702D is #808FD2. Grayscale: #6D6D6D. Windows color (decimal): -8425427 or 2977919. OLE color: 2977919.

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

Color convert

RGB12711245-
CMYK00.120.650.50
HSL49.02º47.67%33.73%-
HSV(B)49.02º64.57%49.8%-
XYZ15.0216.294.84-
YUV108.8591.97140.95-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.72%
GREEN value IS 112 (44.14% from 255) = 39.44%
BLUE value IS 45 (17.97% from 255) = 15.85%
R=44.72%
G=39.44%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271124500.120.650.5049.0247.6733.73
Hex7F702D0C4132313022
Octal1771605501410162616042
Binary11111111110000101101011001000001110010110001110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F702D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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