#7F3739

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

Shades of Stiletto #7F3739

Tints of Stiletto #7F3739

Color information

#7F3739 (or 0x7F3739) is unknown color: approx Stiletto. HEX triplet: 7F, 37 and 39. RGB value is (127,55,57). Sum of RGB (Red+Green+Blue) = 127+55+57=239 (31% of max value = 765). Red value is 127 (50% from 255 or 53.14% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 57 (22.66% from 255 or 23.85% from 239); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3739 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3739 is #80C8C6. Grayscale: #4C4C4C. Windows color (decimal): -8440007 or 3749759. OLE color: 3749759.

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

Color convert

RGB1275557-
CMYK00.570.550.50
HSL358.33º39.56%35.69%-
HSV(B)358.33º56.69%49.8%-
XYZ10.867.544.75-
YUV76.76116.85163.84-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 53.14%
GREEN value IS 55 (21.88% from 255) = 23.01%
BLUE value IS 57 (22.66% from 255) = 23.85%
R=53.14%
G=23.01%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127555700.570.550.50358.3339.5635.69
Hex7F373903937321662824
Octal177677107167625465044
Binary11111111101111110010111001110111110010101100110101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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