Html Css Color HEX #726380 Mamba

📋 copy color: '#726380'

red 114 ◦ green 99 ◦ blue 128

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

Shades of Mamba #726380

Tints of Mamba #726380

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.03%

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

R = 33.43%
G = 29.03%
B = 37.54%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#726380 (or 0x726380) is known color: Mamba. HEX triplet: 72, 63 and 80. RGB value is (114,99,128). Sum of RGB (Red+Green+Blue) = 114+99+128=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 128 - color contains mainly: blue. Hex color #726380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726380 is #8D9C7F. Grayscale: #6A6A6A. Windows color (decimal): -9280640 or 8414066. OLE color: 8414066.

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

Color convert

RGB 114 99 128 -
CMYK 0.11 0.23 0 0.50
HSL 271.03º 0.13% 0.45% -
HSV(B) 271.03º 0.23% 0.5% -
XYZ 15.3 14.06 22.33 -
YUV 106.79 139.97 133.14 -
System Red Green Blue C M Y K H S L
Decimal 114 99 128 0.11 0.23 0 0.50 271.03 0.13 0.45
Hex 72 63 80 B 17 0 32 10F D 2D
Octal 162 143 200 13 27 0 62 417 15 55
Binary 1110010 1100011 10000000 1011 10111 0 110010 100001111 1101 101101

Color Harmonies of #726380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726380

Black with #726380

Text Example


Text Example

White with #726380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726380; }

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

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

background-color css

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

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

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

border-color css

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

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

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