Html Css Color HEX #726580 Mamba

📋 copy color: '#726580'

red 114 ◦ green 101 ◦ blue 128

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

Shades of Mamba #726580

Tints of Mamba #726580

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.45%

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

R = 33.24%
G = 29.45%
B = 37.32%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#726580 (or 0x726580) is known color: Mamba. HEX triplet: 72, 65 and 80. RGB value is (114,101,128). Sum of RGB (Red+Green+Blue) = 114+101+128=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 128 - color contains mainly: blue. Hex color #726580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726580 is #8D9A7F. Grayscale: #6B6B6B. Windows color (decimal): -9280128 or 8414578. OLE color: 8414578.

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

Color convert

RGB 114 101 128 -
CMYK 0.11 0.21 0 0.50
HSL 268.89º 0.12% 0.45% -
HSV(B) 268.89º 0.21% 0.5% -
XYZ 15.49 14.44 22.39 -
YUV 107.97 139.31 132.3 -
System Red Green Blue C M Y K H S L
Decimal 114 101 128 0.11 0.21 0 0.50 268.89 0.12 0.45
Hex 72 65 80 B 15 0 32 10D C 2D
Octal 162 145 200 13 25 0 62 415 14 55
Binary 1110010 1100101 10000000 1011 10101 0 110010 100001101 1100 101101

Color Harmonies of #726580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726580

Black with #726580

Text Example


Text Example

White with #726580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726580; }

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

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

background-color css

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

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

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

border-color css

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

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

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