#7C3C3F

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

Shades of Stiletto #7C3C3F

Tints of Stiletto #7C3C3F

Color information

#7C3C3F (or 0x7C3C3F) is unknown color: approx Stiletto. HEX triplet: 7C, 3C and 3F. RGB value is (124,60,63). Sum of RGB (Red+Green+Blue) = 124+60+63=247 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.20% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3C3F is #83C3C0. Grayscale: #4F4F4F. Windows color (decimal): -8635329 or 4144252. OLE color: 4144252.

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

Color convert

RGB1246063-
CMYK00.520.490.51
HSL357.19º34.78%36.08%-
HSV(B)357.19º51.61%48.63%-
XYZ10.837.885.65-
YUV79.48118.7159.76-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 50.20%
GREEN value IS 60 (23.83% from 255) = 24.29%
BLUE value IS 63 (25% from 255) = 25.51%
R=50.20%
G=24.29%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124606300.520.490.51357.1934.7836.08
Hex7C3C3F03431331652324
Octal174747706461635454344
Binary11111001111001111110110100110001110011101100101100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,60,63); }

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

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

 a { background-color: rgb(124,60,63); }

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

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

 span { border-color: rgb(124,60,63); }

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