Html Css Color HEX #725F82 Mamba

📋 copy color: '#725F82'

red 114 ◦ green 95 ◦ blue 130

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

Shades of Mamba #725F82

Tints of Mamba #725F82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 38.35%

R = 33.63%
G = 28.02%
B = 38.35%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#725F82 (or 0x725F82) is known color: Mamba. HEX triplet: 72, 5F and 82. RGB value is (114,95,130). Sum of RGB (Red+Green+Blue) = 114+95+130=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 130 (51.17% from 255 or 38.35% from 339); Max value from RGB is 130 - color contains mainly: blue. Hex color #725F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725F82 is #8DA07D. Grayscale: #686868. Windows color (decimal): -9281662 or 8544114. OLE color: 8544114.

HSL color Cylindrical-coordinate representation of color #725F82: hue angle of 272.57º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #725F82 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 114 95 130 -
CMYK 0.12 0.27 0 0.49
HSL 272.57º 0.16% 0.44% -
HSV(B) 272.57º 0.27% 0.51% -
XYZ 15.06 13.37 22.91 -
YUV 104.67 142.29 134.65 -
System Red Green Blue C M Y K H S L
Decimal 114 95 130 0.12 0.27 0 0.49 272.57 0.16 0.44
Hex 72 5F 82 C 1B 0 31 111 10 2C
Octal 162 137 202 14 33 0 61 421 20 54
Binary 1110010 1011111 10000010 1100 11011 0 110001 100010001 10000 101100

Color Harmonies of #725F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725F82

Black with #725F82

Text Example


Text Example

White with #725F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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