Html Css Color HEX #726180 Mamba

📋 copy color: '#726180'

red 114 ◦ green 97 ◦ blue 128

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

Shades of Mamba #726180

Tints of Mamba #726180

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.61%

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

R = 33.63%
G = 28.61%
B = 37.76%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#726180 (or 0x726180) is known color: Mamba. HEX triplet: 72, 61 and 80. RGB value is (114,97,128). Sum of RGB (Red+Green+Blue) = 114+97+128=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 128 - color contains mainly: blue. Hex color #726180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726180 is #8D9E7F. Grayscale: #696969. Windows color (decimal): -9281152 or 8413554. OLE color: 8413554.

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

Color convert

RGB 114 97 128 -
CMYK 0.11 0.24 0 0.50
HSL 272.9º 0.14% 0.44% -
HSV(B) 272.9º 0.24% 0.5% -
XYZ 15.11 13.69 22.27 -
YUV 105.62 140.63 133.98 -
System Red Green Blue C M Y K H S L
Decimal 114 97 128 0.11 0.24 0 0.50 272.9 0.14 0.44
Hex 72 61 80 B 18 0 32 111 E 2C
Octal 162 141 200 13 30 0 62 421 16 54
Binary 1110010 1100001 10000000 1011 11000 0 110010 100010001 1110 101100

Color Harmonies of #726180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726180

Black with #726180

Text Example


Text Example

White with #726180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726180; }

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

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

background-color css

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

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

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

border-color css

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

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

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