Html Css Color HEX #7E6691 Mamba

📋 copy color: '#7E6691'

red 126 ◦ green 102 ◦ blue 145

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

Shades of Mamba #7E6691

Tints of Mamba #7E6691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.87%

R = 33.78%
G = 27.35%
B = 38.87%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7E6691 (or 0x7E6691) is known color: Mamba. HEX triplet: 7E, 66 and 91. RGB value is (126,102,145). Sum of RGB (Red+Green+Blue) = 126+102+145=373 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.78% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 145 - color contains mainly: blue. Hex color #7E6691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6691 is #81996E. Grayscale: #717171. Windows color (decimal): -8493423 or 9528958. OLE color: 9528958.

HSL color Cylindrical-coordinate representation of color #7E6691: hue angle of 273.49º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E6691 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 126 102 145 -
CMYK 0.13 0.30 0 0.43
HSL 273.49º 0.17% 0.48% -
HSV(B) 273.49º 0.3% 0.57% -
XYZ 18.47 15.98 28.9 -
YUV 114.08 145.45 136.5 -
System Red Green Blue C M Y K H S L
Decimal 126 102 145 0.13 0.30 0 0.43 273.49 0.17 0.48
Hex 7E 66 91 D 1E 0 2B 111 11 30
Octal 176 146 221 15 36 0 53 421 21 60
Binary 1111110 1100110 10010001 1101 11110 0 101011 100010001 10001 110000

Color Harmonies of #7E6691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6691

Black with #7E6691

Text Example


Text Example

White with #7E6691

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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