#7F3740

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

Shades of Stiletto #7F3740

Tints of Stiletto #7F3740

Color information

#7F3740 (or 0x7F3740) is unknown color: approx Stiletto. HEX triplet: 7F, 37 and 40. RGB value is (127,55,64). Sum of RGB (Red+Green+Blue) = 127+55+64=246 (32% of max value = 765). Red value is 127 (50% from 255 or 51.63% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3740 is #80C8BF. Grayscale: #4D4D4D. Windows color (decimal): -8440000 or 4208511. OLE color: 4208511.

HSL color Cylindrical-coordinate representation of color #7F3740: hue angle of 352.5º 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 #7F3740 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.50.

Color convert

RGB1275564-
CMYK00.570.500.50
HSL352.5º39.56%35.69%-
HSV(B)352.5º56.69%49.8%-
XYZ11.047.615.74-
YUV77.55120.35163.27-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 51.63%
GREEN value IS 55 (21.88% from 255) = 22.36%
BLUE value IS 64 (25.39% from 255) = 26.02%
R=51.63%
G=22.36%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127556400.570.500.50352.539.5635.69
Hex7F374003932321602824
Octal1776710007162625405044
Binary111111111011110000000111001110010110010101100000101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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