Html Css Color HEX #716080 Mamba

📋 copy color: '#716080'

red 113 ◦ green 96 ◦ blue 128

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

Shades of Mamba #716080

Tints of Mamba #716080

RGB

 RED value IS 113 (44.53% from 255) = 33.53%

 GREEN value IS 96 (37.89% from 255) = 28.49%

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

R = 33.53%
G = 28.49%
B = 37.98%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#716080 (or 0x716080) is known color: Mamba. HEX triplet: 71, 60 and 80. RGB value is (113,96,128). Sum of RGB (Red+Green+Blue) = 113+96+128=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 128 - color contains mainly: blue. Hex color #716080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716080 is #8E9F7F. Grayscale: #686868. Windows color (decimal): -9346944 or 8413297. OLE color: 8413297.

HSL color Cylindrical-coordinate representation of color #716080: hue angle of 271.88º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #716080 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 96 128 -
CMYK 0.12 0.25 0 0.50
HSL 271.88º 0.14% 0.44% -
HSV(B) 271.88º 0.25% 0.5% -
XYZ 14.89 13.43 22.23 -
YUV 104.73 141.13 133.9 -
System Red Green Blue C M Y K H S L
Decimal 113 96 128 0.12 0.25 0 0.50 271.88 0.14 0.44
Hex 71 60 80 C 19 0 32 110 E 2C
Octal 161 140 200 14 31 0 62 420 16 54
Binary 1110001 1100000 10000000 1100 11001 0 110010 100010000 1110 101100

Color Harmonies of #716080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716080

Black with #716080

Text Example


Text Example

White with #716080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716080; }

 p { color: rgb(113,96,128); }

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

background-color css

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

 a { background-color: rgb(113,96,128); }

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

border-color css

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

 span { border-color: rgb(113,96,128); }

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