Html Css Color HEX #7E6890 Mamba

📋 copy color: '#7E6890'

red 126 ◦ green 104 ◦ blue 144

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

Shades of Mamba #7E6890

Tints of Mamba #7E6890

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.81%

 BLUE value IS 144 (56.64% from 255) = 38.5%

R = 33.69%
G = 27.81%
B = 38.5%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7E6890 (or 0x7E6890) is known color: Mamba. HEX triplet: 7E, 68 and 90. RGB value is (126,104,144). Sum of RGB (Red+Green+Blue) = 126+104+144=374 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.69% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 144 - color contains mainly: blue. Hex color #7E6890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6890 is #81976F. Grayscale: #737373. Windows color (decimal): -8492912 or 9463934. OLE color: 9463934.

HSL color Cylindrical-coordinate representation of color #7E6890: hue angle of 273º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7E6890 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 126 104 144 -
CMYK 0.12 0.28 0 0.44
HSL 273º 0.16% 0.49% -
HSV(B) 273º 0.28% 0.56% -
XYZ 18.59 16.35 28.56 -
YUV 115.14 144.29 135.75 -
System Red Green Blue C M Y K H S L
Decimal 126 104 144 0.12 0.28 0 0.44 273 0.16 0.49
Hex 7E 68 90 C 1C 0 2C 111 10 31
Octal 176 150 220 14 34 0 54 421 20 61
Binary 1111110 1101000 10010000 1100 11100 0 101100 100010001 10000 110001

Color Harmonies of #7E6890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6890

Black with #7E6890

Text Example


Text Example

White with #7E6890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,104,144); }

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

background-color css

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

 a { background-color: rgb(126,104,144); }

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

border-color css

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

 span { border-color: rgb(126,104,144); }

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