#7F3741

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

Shades of Stiletto #7F3741

Tints of Stiletto #7F3741

Color information

#7F3741 (or 0x7F3741) is unknown color: approx Stiletto. HEX triplet: 7F, 37 and 41. RGB value is (127,55,65). Sum of RGB (Red+Green+Blue) = 127+55+65=247 (32% of max value = 765). Red value is 127 (50% from 255 or 51.42% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3741 is #80C8BE. Grayscale: #4D4D4D. Windows color (decimal): -8439999 or 4274047. OLE color: 4274047.

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

Color convert

RGB1275565-
CMYK00.570.490.50
HSL351.67º39.56%35.69%-
HSV(B)351.67º56.69%49.8%-
XYZ11.077.635.89-
YUV77.67120.85163.19-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 51.42%
GREEN value IS 55 (21.88% from 255) = 22.27%
BLUE value IS 65 (25.78% from 255) = 26.32%
R=51.42%
G=22.27%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127556500.570.490.50351.6739.5635.69
Hex7F374103931321602824
Octal1776710107161625405044
Binary111111111011110000010111001110001110010101100000101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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