Html Css Color HEX #7E3638 Stiletto

📋 copy color: '#7E3638'

red 126 ◦ green 54 ◦ blue 56

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

Shades of Stiletto #7E3638

Tints of Stiletto #7E3638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.73%

R = 53.39%
G = 22.88%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#7E3638 (or 0x7E3638) is known color: Stiletto. HEX triplet: 7E, 36 and 38. RGB value is (126,54,56). Sum of RGB (Red+Green+Blue) = 126+54+56=236 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.39% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3638 is #81C9C7. Grayscale: #4B4B4B. Windows color (decimal): -8505800 or 3683966. OLE color: 3683966.

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

Color convert

RGB 126 54 56 -
CMYK 0 0.57 0.56 0.51
HSL 358.33º 0.4% 0.35% -
HSV(B) 358.33º 0.57% 0.49% -
XYZ 10.64 7.36 4.6 -
YUV 75.76 116.85 163.84 -
System Red Green Blue C M Y K H S L
Decimal 126 54 56 0 0.57 0.56 0.51 358.33 0.4 0.35
Hex 7E 36 38 0 39 38 33 166 28 23
Octal 176 66 70 0 71 70 63 546 50 43
Binary 1111110 110110 111000 0 111001 111000 110011 101100110 101000 100011

Color Harmonies of #7E3638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3638

Black with #7E3638

Text Example


Text Example

White with #7E3638

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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