#7F3C40

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

Shades of Stiletto #7F3C40

Tints of Stiletto #7F3C40

Color information

#7F3C40 (or 0x7F3C40) is unknown color: approx Stiletto. HEX triplet: 7F, 3C and 40. RGB value is (127,60,64). Sum of RGB (Red+Green+Blue) = 127+60+64=251 (33% of max value = 765). Red value is 127 (50% from 255 or 50.60% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3C40 is #80C3BF. Grayscale: #505050. Windows color (decimal): -8438720 or 4209791. OLE color: 4209791.

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

Color convert

RGB1276064-
CMYK00.530.500.50
HSL356.42º35.83%36.67%-
HSV(B)356.42º52.76%49.8%-
XYZ11.298.115.82-
YUV80.49118.7161.17-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 50.60%
GREEN value IS 60 (23.83% from 255) = 23.90%
BLUE value IS 64 (25.39% from 255) = 25.50%
R=50.60%
G=23.90%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127606400.530.500.50356.4235.8336.67
Hex7F3C4003532321642425
Octal1777410006562625444445
Binary111111111110010000000110101110010110010101100100100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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