Html Css Color HEX #726880 Mamba

📋 copy color: '#726880'

red 114 ◦ green 104 ◦ blue 128

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

Shades of Mamba #726880

Tints of Mamba #726880

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.06%

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

R = 32.95%
G = 30.06%
B = 36.99%

CMYK

 C value IS 0.11

 M value IS 0.19

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#726880 (or 0x726880) is known color: Mamba. HEX triplet: 72, 68 and 80. RGB value is (114,104,128). Sum of RGB (Red+Green+Blue) = 114+104+128=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 128 - color contains mainly: blue. Hex color #726880 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726880 is #8D977F. Grayscale: #6D6D6D. Windows color (decimal): -9279360 or 8415346. OLE color: 8415346.

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

Color convert

RGB 114 104 128 -
CMYK 0.11 0.19 0 0.50
HSL 265º 0.1% 0.45% -
HSV(B) 265º 0.19% 0.5% -
XYZ 15.79 15.04 22.49 -
YUV 109.73 138.31 131.05 -
System Red Green Blue C M Y K H S L
Decimal 114 104 128 0.11 0.19 0 0.50 265 0.1 0.45
Hex 72 68 80 B 13 0 32 109 A 2D
Octal 162 150 200 13 23 0 62 411 12 55
Binary 1110010 1101000 10000000 1011 10011 0 110010 100001001 1010 101101

Color Harmonies of #726880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726880

Black with #726880

Text Example


Text Example

White with #726880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726880; }

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

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

background-color css

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

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

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

border-color css

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

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

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