Html Css Color HEX #7E363D Stiletto

📋 copy color: '#7E363D'

red 126 ◦ green 54 ◦ blue 61

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

Shades of Stiletto #7E363D

Tints of Stiletto #7E363D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.41%

 BLUE value IS 61 (24.22% from 255) = 25.31%

R = 52.28%
G = 22.41%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#7E363D (or 0x7E363D) is known color: Stiletto. HEX triplet: 7E, 36 and 3D. RGB value is (126,54,61). Sum of RGB (Red+Green+Blue) = 126+54+61=241 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.28% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 126 - color contains mainly: red. Hex color #7E363D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E363D is #81C9C2. Grayscale: #4C4C4C. Windows color (decimal): -8505795 or 4011646. OLE color: 4011646.

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

Color convert

RGB 126 54 61 -
CMYK 0 0.57 0.52 0.51
HSL 354.17º 0.4% 0.35% -
HSV(B) 354.17º 0.57% 0.49% -
XYZ 10.77 7.41 5.28 -
YUV 76.33 119.35 163.43 -
System Red Green Blue C M Y K H S L
Decimal 126 54 61 0 0.57 0.52 0.51 354.17 0.4 0.35
Hex 7E 36 3D 0 39 34 33 162 28 23
Octal 176 66 75 0 71 64 63 542 50 43
Binary 1111110 110110 111101 0 111001 110100 110011 101100010 101000 100011

Color Harmonies of #7E363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E363D

Black with #7E363D

Text Example


Text Example

White with #7E363D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,54,61); }

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

background-color css

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

 a { background-color: rgb(126,54,61); }

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

border-color css

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

 span { border-color: rgb(126,54,61); }

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