Html Css Color HEX #725F80 Mamba

📋 copy color: '#725F80'

red 114 ◦ green 95 ◦ blue 128

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

Shades of Mamba #725F80

Tints of Mamba #725F80

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.19%

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

R = 33.83%
G = 28.19%
B = 37.98%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#725F80 (or 0x725F80) is known color: Mamba. HEX triplet: 72, 5F and 80. RGB value is (114,95,128). Sum of RGB (Red+Green+Blue) = 114+95+128=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 128 - color contains mainly: blue. Hex color #725F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725F80 is #8DA07F. Grayscale: #686868. Windows color (decimal): -9281664 or 8413042. OLE color: 8413042.

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

Color convert

RGB 114 95 128 -
CMYK 0.11 0.26 0 0.50
HSL 274.55º 0.15% 0.44% -
HSV(B) 274.55º 0.26% 0.5% -
XYZ 14.93 13.32 22.21 -
YUV 104.44 141.29 134.82 -
System Red Green Blue C M Y K H S L
Decimal 114 95 128 0.11 0.26 0 0.50 274.55 0.15 0.44
Hex 72 5F 80 B 1A 0 32 113 F 2C
Octal 162 137 200 13 32 0 62 423 17 54
Binary 1110010 1011111 10000000 1011 11010 0 110010 100010011 1111 101100

Color Harmonies of #725F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725F80

Black with #725F80

Text Example


Text Example

White with #725F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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