Html Css Color HEX #756980 Mamba

📋 copy color: '#756980'

red 117 ◦ green 105 ◦ blue 128

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

Shades of Mamba #756980

Tints of Mamba #756980

RGB

 RED value IS 117 (46.09% from 255) = 33.43%

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

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

R = 33.43%
G = 30%
B = 36.57%

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

#756980 (or 0x756980) is known color: Mamba. HEX triplet: 75, 69 and 80. RGB value is (117,105,128). Sum of RGB (Red+Green+Blue) = 117+105+128=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 128 - color contains mainly: blue. Hex color #756980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756980 is #8A967F. Grayscale: #6F6F6F. Windows color (decimal): -9082496 or 8415605. OLE color: 8415605.

HSL color Cylindrical-coordinate representation of color #756980: hue angle of 271.3º 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 #756980 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 105 128 -
CMYK 0.09 0.18 0 0.50
HSL 271.3º 0.1% 0.46% -
HSV(B) 271.3º 0.18% 0.5% -
XYZ 16.28 15.44 22.54 -
YUV 111.21 137.48 132.13 -
System Red Green Blue C M Y K H S L
Decimal 117 105 128 0.09 0.18 0 0.50 271.3 0.1 0.46
Hex 75 69 80 9 12 0 32 10F A 2E
Octal 165 151 200 11 22 0 62 417 12 56
Binary 1110101 1101001 10000000 1001 10010 0 110010 100001111 1010 101110

Color Harmonies of #756980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756980

Black with #756980

Text Example


Text Example

White with #756980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756980; }

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

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

background-color css

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

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

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

border-color css

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

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

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