#7C3940

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

Shades of Stiletto #7C3940

Tints of Stiletto #7C3940

Color information

#7C3940 (or 0x7C3940) is unknown color: approx Stiletto. HEX triplet: 7C, 39 and 40. RGB value is (124,57,64). Sum of RGB (Red+Green+Blue) = 124+57+64=245 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.61% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3940 is #83C6BF. Grayscale: #4D4D4D. Windows color (decimal): -8636096 or 4209020. OLE color: 4209020.

HSL color Cylindrical-coordinate representation of color #7C3940: hue angle of 353.73º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C3940 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB1245764-
CMYK00.540.480.51
HSL353.73º37.02%35.49%-
HSV(B)353.73º54.03%48.63%-
XYZ10.77.585.75-
YUV77.83120.2160.93-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 50.61%
GREEN value IS 57 (22.66% from 255) = 23.27%
BLUE value IS 64 (25.39% from 255) = 26.12%
R=50.61%
G=23.27%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124576400.540.480.51353.7337.0235.49
Hex7C394003630331622523
Octal1747110006660635424543
Binary111110011100110000000110110110000110011101100010100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,57,64); }

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

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

 a { background-color: rgb(124,57,64); }

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

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

 span { border-color: rgb(124,57,64); }

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