Html Css Color HEX #7E393B Stiletto

📋 copy color: '#7E393B'

red 126 ◦ green 57 ◦ blue 59

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

Shades of Stiletto #7E393B

Tints of Stiletto #7E393B

RGB

 RED value IS 126 (49.61% from 255) = 52.07%

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

 BLUE value IS 59 (23.44% from 255) = 24.38%

R = 52.07%
G = 23.55%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.51

RGB Variations

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

Color information

#7E393B (or 0x7E393B) is known color: Stiletto. HEX triplet: 7E, 39 and 3B. RGB value is (126,57,59). Sum of RGB (Red+Green+Blue) = 126+57+59=242 (32% of max value = 765). Red value is 126 (49.61% from 255 or 52.07% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 126 - color contains mainly: red. Hex color #7E393B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E393B is #81C6C4. Grayscale: #4D4D4D. Windows color (decimal): -8505029 or 3881342. OLE color: 3881342.

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

Color convert

RGB 126 57 59 -
CMYK 0 0.55 0.53 0.51
HSL 358.26º 0.38% 0.36% -
HSV(B) 358.26º 0.55% 0.49% -
XYZ 10.86 7.68 5.05 -
YUV 77.86 117.36 162.34 -
System Red Green Blue C M Y K H S L
Decimal 126 57 59 0 0.55 0.53 0.51 358.26 0.38 0.36
Hex 7E 39 3B 0 37 35 33 166 26 24
Octal 176 71 73 0 67 65 63 546 46 44
Binary 1111110 111001 111011 0 110111 110101 110011 101100110 100110 100100

Color Harmonies of #7E393B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E393B

Black with #7E393B

Text Example


Text Example

White with #7E393B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,57,59); }

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

background-color css

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

 a { background-color: rgb(126,57,59); }

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

border-color css

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

 span { border-color: rgb(126,57,59); }

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