Html Css Color HEX #7E6B89 Mamba

📋 copy color: '#7E6B89'

red 126 ◦ green 107 ◦ blue 137

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

Shades of Mamba #7E6B89

Tints of Mamba #7E6B89

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.92%

 BLUE value IS 137 (53.91% from 255) = 37.03%

R = 34.05%
G = 28.92%
B = 37.03%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7E6B89 (or 0x7E6B89) is known color: Mamba. HEX triplet: 7E, 6B and 89. RGB value is (126,107,137). Sum of RGB (Red+Green+Blue) = 126+107+137=370 (49% of max value = 765). Red value is 126 (49.61% from 255 or 34.05% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 137 - color contains mainly: blue. Hex color #7E6B89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6B89 is #819476. Grayscale: #747474. Windows color (decimal): -8492151 or 9005950. OLE color: 9005950.

HSL color Cylindrical-coordinate representation of color #7E6B89: hue angle of 278º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7E6B89 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 126 107 137 -
CMYK 0.08 0.22 0 0.46
HSL 278º 0.12% 0.48% -
HSV(B) 278º 0.22% 0.54% -
XYZ 18.38 16.76 25.93 -
YUV 116.1 139.79 135.06 -
System Red Green Blue C M Y K H S L
Decimal 126 107 137 0.08 0.22 0 0.46 278 0.12 0.48
Hex 7E 6B 89 8 16 0 2E 116 C 30
Octal 176 153 211 10 26 0 56 426 14 60
Binary 1111110 1101011 10001001 1000 10110 0 101110 100010110 1100 110000

Color Harmonies of #7E6B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6B89

Black with #7E6B89

Text Example


Text Example

White with #7E6B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,107,137); }

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

background-color css

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

 a { background-color: rgb(126,107,137); }

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

border-color css

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

 span { border-color: rgb(126,107,137); }

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