#7F373B

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

Shades of Stiletto #7F373B

Tints of Stiletto #7F373B

Color information

#7F373B (or 0x7F373B) is unknown color: approx Stiletto. HEX triplet: 7F, 37 and 3B. RGB value is (127,55,59). Sum of RGB (Red+Green+Blue) = 127+55+59=241 (31% of max value = 765). Red value is 127 (50% from 255 or 52.70% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 127 - color contains mainly: red. Hex color #7F373B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F373B is #80C8C4. Grayscale: #4D4D4D. Windows color (decimal): -8440005 or 3880831. OLE color: 3880831.

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

Color convert

RGB1275559-
CMYK00.570.540.50
HSL356.67º39.56%35.69%-
HSV(B)356.67º56.69%49.8%-
XYZ10.917.565.02-
YUV76.98117.85163.67-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 52.70%
GREEN value IS 55 (21.88% from 255) = 22.82%
BLUE value IS 59 (23.44% from 255) = 24.48%
R=52.70%
G=22.82%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127555900.570.540.50356.6739.5635.69
Hex7F373B03936321652824
Octal177677307166625455044
Binary11111111101111110110111001110110110010101100101101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F373B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,55,59); }

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

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

 a { background-color: rgb(127,55,59); }

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

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

 span { border-color: rgb(127,55,59); }

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