Html Css Color HEX #746980 Mamba

📋 copy color: '#746980'

red 116 ◦ green 105 ◦ blue 128

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

Shades of Mamba #746980

Tints of Mamba #746980

RGB

 RED value IS 116 (45.7% from 255) = 33.24%

 GREEN value IS 105 (41.41% from 255) = 30.09%

 BLUE value IS 128 (50.39% from 255) = 36.68%

R = 33.24%
G = 30.09%
B = 36.68%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#746980 (or 0x746980) is known color: Mamba. HEX triplet: 74, 69 and 80. RGB value is (116,105,128). Sum of RGB (Red+Green+Blue) = 116+105+128=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 128 - color contains mainly: blue. Hex color #746980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746980 is #8B967F. Grayscale: #6E6E6E. Windows color (decimal): -9148032 or 8415604. OLE color: 8415604.

HSL color Cylindrical-coordinate representation of color #746980: hue angle of 268.7º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #746980 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 105 128 -
CMYK 0.09 0.18 0 0.50
HSL 268.7º 0.1% 0.46% -
HSV(B) 268.7º 0.18% 0.5% -
XYZ 16.15 15.37 22.54 -
YUV 110.91 137.64 131.63 -
System Red Green Blue C M Y K H S L
Decimal 116 105 128 0.09 0.18 0 0.50 268.7 0.1 0.46
Hex 74 69 80 9 12 0 32 10D A 2E
Octal 164 151 200 11 22 0 62 415 12 56
Binary 1110100 1101001 10000000 1001 10010 0 110010 100001101 1010 101110

Color Harmonies of #746980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746980

Black with #746980

Text Example


Text Example

White with #746980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746980; }

 p { color: rgb(116,105,128); }

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

background-color css

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

 a { background-color: rgb(116,105,128); }

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

border-color css

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

 span { border-color: rgb(116,105,128); }

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