#7C3A3C

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

Shades of Stiletto #7C3A3C

Tints of Stiletto #7C3A3C

Color information

#7C3A3C (or 0x7C3A3C) is unknown color: approx Stiletto. HEX triplet: 7C, 3A and 3C. RGB value is (124,58,60). Sum of RGB (Red+Green+Blue) = 124+58+60=242 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.24% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3A3C is #83C5C3. Grayscale: #4E4E4E. Windows color (decimal): -8635844 or 3947132. OLE color: 3947132.

HSL color Cylindrical-coordinate representation of color #7C3A3C: hue angle of 358.18º 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 #7C3A3C is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.51.

Color convert

RGB1245860-
CMYK00.530.520.51
HSL358.18º36.26%35.69%-
HSV(B)358.18º53.23%48.63%-
XYZ10.647.645.19-
YUV77.96117.87160.84-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 51.24%
GREEN value IS 58 (23.05% from 255) = 23.97%
BLUE value IS 60 (23.83% from 255) = 24.79%
R=51.24%
G=23.97%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124586000.530.520.51358.1836.2635.69
Hex7C3A3C03534331662424
Octal174727406564635464444
Binary11111001110101111000110101110100110011101100110100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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