#7F7326

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

Shades of Pesto #7F7326

Tints of Pesto #7F7326

Color information

#7F7326 (or 0x7F7326) is unknown color: approx Pesto. HEX triplet: 7F, 73 and 26. RGB value is (127,115,38). Sum of RGB (Red+Green+Blue) = 127+115+38=280 (37% of max value = 765). Red value is 127 (50% from 255 or 45.36% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7326 is #808CD9. Grayscale: #6E6E6E. Windows color (decimal): -8424666 or 2519935. OLE color: 2519935.

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

Color convert

RGB12711538-
CMYK00.090.700.50
HSL51.91º53.94%32.35%-
HSV(B)51.91º70.08%49.8%-
XYZ15.2316.914.3-
YUV109.8187.48140.26-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 45.36%
GREEN value IS 115 (45.31% from 255) = 41.07%
BLUE value IS 38 (15.23% from 255) = 13.57%
R=45.36%
G=41.07%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271153800.090.700.5051.9153.9432.35
Hex7F7326094632343620
Octal1771634601110662646640
Binary11111111110011100110010011000110110010110100110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,115,38); }

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

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

 a { background-color: rgb(127,115,38); }

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

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

 span { border-color: rgb(127,115,38); }

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