#7C3B3E

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

Shades of Stiletto #7C3B3E

Tints of Stiletto #7C3B3E

Color information

#7C3B3E (or 0x7C3B3E) is unknown color: approx Stiletto. HEX triplet: 7C, 3B and 3E. RGB value is (124,59,62). Sum of RGB (Red+Green+Blue) = 124+59+62=245 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.61% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3B3E is #83C4C1. Grayscale: #4E4E4E. Windows color (decimal): -8635586 or 4078460. OLE color: 4078460.

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

Color convert

RGB1245962-
CMYK00.520.50.51
HSL357.23º35.52%35.88%-
HSV(B)357.23º52.42%48.63%-
XYZ10.757.765.49-
YUV78.78118.53160.26-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 50.61%
GREEN value IS 59 (23.44% from 255) = 24.08%
BLUE value IS 62 (24.61% from 255) = 25.31%
R=50.61%
G=24.08%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.5
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124596200.520.50.51357.2335.5235.88
Hex7C3B3E03432331652424
Octal174737606462635454444
Binary11111001110111111100110100110010110011101100101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,59,62); }

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

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

 a { background-color: rgb(124,59,62); }

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

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

 span { border-color: rgb(124,59,62); }

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