Html Css Color HEX #7E6690 Mamba

📋 copy color: '#7E6690'

red 126 ◦ green 102 ◦ blue 144

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

Shades of Mamba #7E6690

Tints of Mamba #7E6690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.42%

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

R = 33.87%
G = 27.42%
B = 38.71%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7E6690 (or 0x7E6690) is known color: Mamba. HEX triplet: 7E, 66 and 90. RGB value is (126,102,144). Sum of RGB (Red+Green+Blue) = 126+102+144=372 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.87% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 144 - color contains mainly: blue. Hex color #7E6690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6690 is #81996F. Grayscale: #717171. Windows color (decimal): -8493424 or 9463422. OLE color: 9463422.

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

Color convert

RGB 126 102 144 -
CMYK 0.12 0.29 0 0.44
HSL 274.29º 0.17% 0.48% -
HSV(B) 274.29º 0.29% 0.56% -
XYZ 18.39 15.95 28.5 -
YUV 113.96 144.95 136.58 -
System Red Green Blue C M Y K H S L
Decimal 126 102 144 0.12 0.29 0 0.44 274.29 0.17 0.48
Hex 7E 66 90 C 1D 0 2C 112 11 30
Octal 176 146 220 14 35 0 54 422 21 60
Binary 1111110 1100110 10010000 1100 11101 0 101100 100010010 10001 110000

Color Harmonies of #7E6690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6690

Black with #7E6690

Text Example


Text Example

White with #7E6690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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