Html Css Color HEX #7C393E Stiletto

📋 copy color: '#7C393E'

red 124 ◦ green 57 ◦ blue 62

#7C393E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stiletto #7C393E

Tints of Stiletto #7C393E

RGB

 RED value IS 124 (48.83% from 255) = 51.03%

 GREEN value IS 57 (22.66% from 255) = 23.46%

 BLUE value IS 62 (24.61% from 255) = 25.51%

R = 51.03%
G = 23.46%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.5

 K value IS 0.51

RGB Variations

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

Color information

#7C393E (or 0x7C393E) is known color: Stiletto. HEX triplet: 7C, 39 and 3E. RGB value is (124,57,62). Sum of RGB (Red+Green+Blue) = 124+57+62=243 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.03% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 124 - color contains mainly: red. Hex color #7C393E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C393E is #83C6C1. Grayscale: #4D4D4D. Windows color (decimal): -8636098 or 4077948. OLE color: 4077948.

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

Color convert

RGB 124 57 62 -
CMYK 0 0.54 0.5 0.51
HSL 355.52º 0.37% 0.35% -
HSV(B) 355.52º 0.54% 0.49% -
XYZ 10.64 7.56 5.46 -
YUV 77.6 119.2 161.09 -
System Red Green Blue C M Y K H S L
Decimal 124 57 62 0 0.54 0.5 0.51 355.52 0.37 0.35
Hex 7C 39 3E 0 36 32 33 164 25 23
Octal 174 71 76 0 66 62 63 544 45 43
Binary 1111100 111001 111110 0 110110 110010 110011 101100100 100101 100011

Color Harmonies of #7C393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C393E

Black with #7C393E

Text Example


Text Example

White with #7C393E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7C393E;
 }
 .AnyTagClassName
 {
   color: #7C393E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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