#7F743A

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

Shades of Pesto #7F743A

Tints of Pesto #7F743A

Color information

#7F743A (or 0x7F743A) is unknown color: approx Pesto. HEX triplet: 7F, 74 and 3A. RGB value is (127,116,58). Sum of RGB (Red+Green+Blue) = 127+116+58=301 (39% of max value = 765). Red value is 127 (50% from 255 or 42.19% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 127 - color contains mainly: red. Hex color #7F743A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F743A is #808BC5. Grayscale: #707070. Windows color (decimal): -8424390 or 3830911. OLE color: 3830911.

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

Color convert

RGB12711658-
CMYK00.090.540.50
HSL50.43º37.3%36.27%-
HSV(B)50.43º54.33%49.8%-
XYZ15.7617.316.51-
YUV112.6897.14138.22-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.19%
GREEN value IS 116 (45.70% from 255) = 38.54%
BLUE value IS 58 (23.05% from 255) = 19.27%
R=42.19%
G=38.54%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271165800.090.540.5050.4337.336.27
Hex7F743A093632322524
Octal177164720116662624544
Binary1111111111010011101001001110110110010110010100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F743A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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