Html Css Color HEX #7E7087 Mamba

📋 copy color: '#7E7087'

red 126 ◦ green 112 ◦ blue 135

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

Shades of Mamba #7E7087

Tints of Mamba #7E7087

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.03%

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

R = 33.78%
G = 30.03%
B = 36.19%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7E7087 (or 0x7E7087) is known color: Mamba. HEX triplet: 7E, 70 and 87. RGB value is (126,112,135). Sum of RGB (Red+Green+Blue) = 126+112+135=373 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.78% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 135 - color contains mainly: blue. Hex color #7E7087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7087 is #818F78. Grayscale: #767676. Windows color (decimal): -8490873 or 8876158. OLE color: 8876158.

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

Color convert

RGB 126 112 135 -
CMYK 0.07 0.17 0 0.47
HSL 276.52º 0.09% 0.48% -
HSV(B) 276.52º 0.17% 0.53% -
XYZ 18.77 17.77 25.36 -
YUV 118.81 137.14 133.13 -
System Red Green Blue C M Y K H S L
Decimal 126 112 135 0.07 0.17 0 0.47 276.52 0.09 0.48
Hex 7E 70 87 7 11 0 2F 115 9 30
Octal 176 160 207 7 21 0 57 425 11 60
Binary 1111110 1110000 10000111 111 10001 0 101111 100010101 1001 110000

Color Harmonies of #7E7087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7087

Black with #7E7087

Text Example


Text Example

White with #7E7087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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