#7F393F

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

Shades of Stiletto #7F393F

Tints of Stiletto #7F393F

Color information

#7F393F (or 0x7F393F) is unknown color: approx Stiletto. HEX triplet: 7F, 39 and 3F. RGB value is (127,57,63). Sum of RGB (Red+Green+Blue) = 127+57+63=247 (32% of max value = 765). Red value is 127 (50% from 255 or 51.42% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 127 - color contains mainly: red. Hex color #7F393F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F393F is #80C6C0. Grayscale: #4E4E4E. Windows color (decimal): -8439489 or 4143487. OLE color: 4143487.

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

Color convert

RGB1275763-
CMYK00.550.500.50
HSL354.86º38.04%36.08%-
HSV(B)354.86º55.12%49.8%-
XYZ11.117.85.62-
YUV78.61119.19162.51-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 51.42%
GREEN value IS 57 (22.66% from 255) = 23.08%
BLUE value IS 63 (25% from 255) = 25.51%
R=51.42%
G=23.08%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127576300.550.500.50354.8638.0436.08
Hex7F393F03732321632624
Octal177717706762625434644
Binary11111111110011111110110111110010110010101100011100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,57,63); }

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

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

 a { background-color: rgb(127,57,63); }

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

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

 span { border-color: rgb(127,57,63); }

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