Html Css Color HEX #7E6687 Mamba

📋 copy color: '#7E6687'

red 126 ◦ green 102 ◦ blue 135

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

Shades of Mamba #7E6687

Tints of Mamba #7E6687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 37.19%

R = 34.71%
G = 28.1%
B = 37.19%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7E6687 (or 0x7E6687) is known color: Mamba. HEX triplet: 7E, 66 and 87. RGB value is (126,102,135). Sum of RGB (Red+Green+Blue) = 126+102+135=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 135 - color contains mainly: blue. Hex color #7E6687 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6687 is #819978. Grayscale: #707070. Windows color (decimal): -8493433 or 8873598. OLE color: 8873598.

HSL color Cylindrical-coordinate representation of color #7E6687: hue angle of 283.64º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7E6687 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 126 102 135 -
CMYK 0.07 0.24 0 0.47
HSL 283.64º 0.14% 0.46% -
HSV(B) 283.64º 0.24% 0.53% -
XYZ 17.73 15.69 25.02 -
YUV 112.94 140.45 137.32 -
System Red Green Blue C M Y K H S L
Decimal 126 102 135 0.07 0.24 0 0.47 283.64 0.14 0.46
Hex 7E 66 87 7 18 0 2F 11C E 2E
Octal 176 146 207 7 30 0 57 434 16 56
Binary 1111110 1100110 10000111 111 11000 0 101111 100011100 1110 101110

Color Harmonies of #7E6687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6687

Black with #7E6687

Text Example


Text Example

White with #7E6687

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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