#7F594E

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

Shades of Spicy Mix #7F594E

Tints of Spicy Mix #7F594E

Color information

#7F594E (or 0x7F594E) is unknown color: approx Spicy Mix. HEX triplet: 7F, 59 and 4E. RGB value is (127,89,78). Sum of RGB (Red+Green+Blue) = 127+89+78=294 (38% of max value = 765). Red value is 127 (50% from 255 or 43.20% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 127 - color contains mainly: red. Hex color #7F594E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F594E is #80A6B1. Grayscale: #636363. Windows color (decimal): -8431282 or 5134719. OLE color: 5134719.

HSL color Cylindrical-coordinate representation of color #7F594E: hue angle of 13.47º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7F594E is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB1278978-
CMYK00.300.390.50
HSL13.47º23.9%40.2%-
HSV(B)13.47º38.58%49.8%-
XYZ13.712.218.84-
YUV99.11116.09147.89-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.20%
GREEN value IS 89 (35.16% from 255) = 30.27%
BLUE value IS 78 (30.86% from 255) = 26.53%
R=43.20%
G=30.27%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127897800.300.390.5013.4723.940.2
Hex7F594E01E2732d1828
Octal1771311160364762153050
Binary111111110110011001110011110100111110010110111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,89,78); }

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

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

 a { background-color: rgb(127,89,78); }

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

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

 span { border-color: rgb(127,89,78); }

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