#7C3A41

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

Shades of Stiletto #7C3A41

Tints of Stiletto #7C3A41

Color information

#7C3A41 (or 0x7C3A41) is unknown color: approx Stiletto. HEX triplet: 7C, 3A and 41. RGB value is (124,58,65). Sum of RGB (Red+Green+Blue) = 124+58+65=247 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.20% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3A41 is #83C5BE. Grayscale: #4E4E4E. Windows color (decimal): -8635839 or 4274812. OLE color: 4274812.

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

Color convert

RGB1245865-
CMYK00.530.480.51
HSL353.64º36.26%35.69%-
HSV(B)353.64º53.23%48.63%-
XYZ10.787.695.92-
YUV78.53120.37160.43-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 50.20%
GREEN value IS 58 (23.05% from 255) = 23.48%
BLUE value IS 65 (25.78% from 255) = 26.32%
R=50.20%
G=23.48%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124586500.530.480.51353.6436.2635.69
Hex7C3A4103530331622424
Octal1747210106560635424444
Binary111110011101010000010110101110000110011101100010100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,58,65); }

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

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

 a { background-color: rgb(124,58,65); }

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

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

 span { border-color: rgb(124,58,65); }

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