Html Css Color HEX #726181 Mamba

📋 copy color: '#726181'

red 114 ◦ green 97 ◦ blue 129

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

Shades of Mamba #726181

Tints of Mamba #726181

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.53%

 BLUE value IS 129 (50.78% from 255) = 37.94%

R = 33.53%
G = 28.53%
B = 37.94%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#726181 (or 0x726181) is known color: Mamba. HEX triplet: 72, 61 and 81. RGB value is (114,97,129). Sum of RGB (Red+Green+Blue) = 114+97+129=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 129 (50.78% from 255 or 37.94% from 340); Max value from RGB is 129 - color contains mainly: blue. Hex color #726181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726181 is #8D9E7E. Grayscale: #696969. Windows color (decimal): -9281151 or 8479090. OLE color: 8479090.

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

Color convert

RGB 114 97 129 -
CMYK 0.12 0.25 0 0.49
HSL 271.88º 0.14% 0.44% -
HSV(B) 271.88º 0.25% 0.51% -
XYZ 15.18 13.71 22.62 -
YUV 105.73 141.13 133.9 -
System Red Green Blue C M Y K H S L
Decimal 114 97 129 0.12 0.25 0 0.49 271.88 0.14 0.44
Hex 72 61 81 C 19 0 31 110 E 2C
Octal 162 141 201 14 31 0 61 420 16 54
Binary 1110010 1100001 10000001 1100 11001 0 110001 100010000 1110 101100

Color Harmonies of #726181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726181

Black with #726181

Text Example


Text Example

White with #726181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726181; }

 p { color: rgb(114,97,129); }

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

background-color css

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

 a { background-color: rgb(114,97,129); }

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

border-color css

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

 span { border-color: rgb(114,97,129); }

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