Html Css Color HEX #7E373E Stiletto

📋 copy color: '#7E373E'

red 126 ◦ green 55 ◦ blue 62

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

Shades of Stiletto #7E373E

Tints of Stiletto #7E373E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.63%

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

R = 51.85%
G = 22.63%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7E373E (or 0x7E373E) is known color: Stiletto. HEX triplet: 7E, 37 and 3E. RGB value is (126,55,62). Sum of RGB (Red+Green+Blue) = 126+55+62=243 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.85% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 126 - color contains mainly: red. Hex color #7E373E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E373E is #81C8C1. Grayscale: #4D4D4D. Windows color (decimal): -8505538 or 4077438. OLE color: 4077438.

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

Color convert

RGB 126 55 62 -
CMYK 0 0.56 0.51 0.51
HSL 354.08º 0.39% 0.35% -
HSV(B) 354.08º 0.56% 0.49% -
XYZ 10.84 7.52 5.44 -
YUV 77.03 119.52 162.93 -
System Red Green Blue C M Y K H S L
Decimal 126 55 62 0 0.56 0.51 0.51 354.08 0.39 0.35
Hex 7E 37 3E 0 38 33 33 162 27 23
Octal 176 67 76 0 70 63 63 542 47 43
Binary 1111110 110111 111110 0 111000 110011 110011 101100010 100111 100011

Color Harmonies of #7E373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E373E

Black with #7E373E

Text Example


Text Example

White with #7E373E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,55,62); }

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

background-color css

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

 a { background-color: rgb(126,55,62); }

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

border-color css

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

 span { border-color: rgb(126,55,62); }

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