Html Css Color HEX #726080 Mamba

📋 copy color: '#726080'

red 114 ◦ green 96 ◦ blue 128

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

Shades of Mamba #726080

Tints of Mamba #726080

RGB

 RED value IS 114 (44.92% from 255) = 33.73%

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

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

R = 33.73%
G = 28.4%
B = 37.87%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#726080 (or 0x726080) is known color: Mamba. HEX triplet: 72, 60 and 80. RGB value is (114,96,128). Sum of RGB (Red+Green+Blue) = 114+96+128=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 128 - color contains mainly: blue. Hex color #726080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726080 is #8D9F7F. Grayscale: #686868. Windows color (decimal): -9281408 or 8413298. OLE color: 8413298.

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

Color convert

RGB 114 96 128 -
CMYK 0.11 0.25 0 0.50
HSL 273.75º 0.14% 0.44% -
HSV(B) 273.75º 0.25% 0.5% -
XYZ 15.02 13.5 22.24 -
YUV 105.03 140.96 134.4 -
System Red Green Blue C M Y K H S L
Decimal 114 96 128 0.11 0.25 0 0.50 273.75 0.14 0.44
Hex 72 60 80 B 19 0 32 112 E 2C
Octal 162 140 200 13 31 0 62 422 16 54
Binary 1110010 1100000 10000000 1011 11001 0 110010 100010010 1110 101100

Color Harmonies of #726080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726080

Black with #726080

Text Example


Text Example

White with #726080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726080; }

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

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

background-color css

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

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

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

border-color css

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

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

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