#7F5D4F

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

Shades of Spicy Mix #7F5D4F

Tints of Spicy Mix #7F5D4F

Color information

#7F5D4F (or 0x7F5D4F) is unknown color: approx Spicy Mix. HEX triplet: 7F, 5D and 4F. RGB value is (127,93,79). Sum of RGB (Red+Green+Blue) = 127+93+79=299 (39% of max value = 765). Red value is 127 (50% from 255 or 42.47% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 79 (31.25% from 255 or 26.42% from 299); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5D4F is #80A2B0. Grayscale: #656565. Windows color (decimal): -8430257 or 5201279. OLE color: 5201279.

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

Color convert

RGB1279379-
CMYK00.270.380.50
HSL17.5º23.3%40.39%-
HSV(B)17.5º37.8%49.8%-
XYZ14.0812.919.15-
YUV101.57115.26146.14-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.47%
GREEN value IS 93 (36.72% from 255) = 31.10%
BLUE value IS 79 (31.25% from 255) = 26.42%
R=42.47%
G=31.10%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127937900.270.380.5017.523.340.39
Hex7F5D4F01B2632121728
Octal1771351170334662222750
Binary1111111101110110011110110111001101100101001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,93,79); }

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

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

 a { background-color: rgb(127,93,79); }

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

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

 span { border-color: rgb(127,93,79); }

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