#7F4144

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

Shades of Stiletto #7F4144

Tints of Stiletto #7F4144

Color information

#7F4144 (or 0x7F4144) is unknown color: approx Stiletto. HEX triplet: 7F, 41 and 44. RGB value is (127,65,68). Sum of RGB (Red+Green+Blue) = 127+65+68=260 (34% of max value = 765). Red value is 127 (50% from 255 or 48.85% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 68 (26.95% from 255 or 26.15% from 260); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4144 is #80BEBB. Grayscale: #535353. Windows color (decimal): -8437436 or 4473215. OLE color: 4473215.

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

Color convert

RGB1276568-
CMYK00.490.460.50
HSL357.1º32.29%37.65%-
HSV(B)357.1º48.82%49.8%-
XYZ11.698.716.53-
YUV83.88119.04158.76-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 48.85%
GREEN value IS 65 (25.78% from 255) = 25%
BLUE value IS 68 (26.95% from 255) = 26.15%
R=48.85%
G=25%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127656800.490.460.50357.132.2937.65
Hex7F41440312E321652026
Octal17710110406156625454046
Binary1111111100000110001000110001101110110010101100101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,65,68); }

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

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

 a { background-color: rgb(127,65,68); }

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

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

 span { border-color: rgb(127,65,68); }

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