Html Css Color HEX #7E6688 Mamba

📋 copy color: '#7E6688'

red 126 ◦ green 102 ◦ blue 136

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

Shades of Mamba #7E6688

Tints of Mamba #7E6688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.36%

R = 34.62%
G = 28.02%
B = 37.36%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7E6688 (or 0x7E6688) is known color: Mamba. HEX triplet: 7E, 66 and 88. RGB value is (126,102,136). Sum of RGB (Red+Green+Blue) = 126+102+136=364 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.62% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 136 - color contains mainly: blue. Hex color #7E6688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6688 is #819977. Grayscale: #707070. Windows color (decimal): -8493432 or 8939134. OLE color: 8939134.

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

Color convert

RGB 126 102 136 -
CMYK 0.07 0.25 0 0.47
HSL 282.35º 0.14% 0.47% -
HSV(B) 282.35º 0.25% 0.53% -
XYZ 17.8 15.72 25.39 -
YUV 113.05 140.95 137.24 -
System Red Green Blue C M Y K H S L
Decimal 126 102 136 0.07 0.25 0 0.47 282.35 0.14 0.47
Hex 7E 66 88 7 19 0 2F 11A E 2F
Octal 176 146 210 7 31 0 57 432 16 57
Binary 1111110 1100110 10001000 111 11001 0 101111 100011010 1110 101111

Color Harmonies of #7E6688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6688

Black with #7E6688

Text Example


Text Example

White with #7E6688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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