Html Css Color HEX #7E668B Mamba

📋 copy color: '#7E668B'

red 126 ◦ green 102 ◦ blue 139

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

Shades of Mamba #7E668B

Tints of Mamba #7E668B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.87%

R = 34.33%
G = 27.79%
B = 37.87%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7E668B (or 0x7E668B) is known color: Mamba. HEX triplet: 7E, 66 and 8B. RGB value is (126,102,139). Sum of RGB (Red+Green+Blue) = 126+102+139=367 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.33% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 139 - color contains mainly: blue. Hex color #7E668B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E668B is #819974. Grayscale: #717171. Windows color (decimal): -8493429 or 9135742. OLE color: 9135742.

HSL color Cylindrical-coordinate representation of color #7E668B: hue angle of 278.92º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7E668B is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 126 102 139 -
CMYK 0.09 0.27 0 0.45
HSL 278.92º 0.15% 0.47% -
HSV(B) 278.92º 0.27% 0.55% -
XYZ 18.02 15.8 26.53 -
YUV 113.39 142.45 136.99 -
System Red Green Blue C M Y K H S L
Decimal 126 102 139 0.09 0.27 0 0.45 278.92 0.15 0.47
Hex 7E 66 8B 9 1B 0 2D 117 F 2F
Octal 176 146 213 11 33 0 55 427 17 57
Binary 1111110 1100110 10001011 1001 11011 0 101101 100010111 1111 101111

Color Harmonies of #7E668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E668B

Black with #7E668B

Text Example


Text Example

White with #7E668B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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