#7F5F50

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

Shades of Spicy Mix #7F5F50

Tints of Spicy Mix #7F5F50

Color information

#7F5F50 (or 0x7F5F50) is unknown color: approx Spicy Mix. HEX triplet: 7F, 5F and 50. RGB value is (127,95,80). Sum of RGB (Red+Green+Blue) = 127+95+80=302 (40% of max value = 765). Red value is 127 (50% from 255 or 42.05% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5F50 is #80A0AF. Grayscale: #666666. Windows color (decimal): -8429744 or 5267327. OLE color: 5267327.

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

Color convert

RGB1279580-
CMYK00.250.370.50
HSL19.15º22.71%40.59%-
HSV(B)19.15º37.01%49.8%-
XYZ14.2913.289.4-
YUV102.86115.1145.22-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.05%
GREEN value IS 95 (37.5% from 255) = 31.46%
BLUE value IS 80 (31.64% from 255) = 26.49%
R=42.05%
G=31.46%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127958000.250.370.5019.1522.7140.59
Hex7F5F500192532131729
Octal1771371200314562232751
Binary1111111101111110100000110011001011100101001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,95,80); }

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

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

 a { background-color: rgb(127,95,80); }

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

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

 span { border-color: rgb(127,95,80); }

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