Html Css Color HEX #726481 Mamba

📋 copy color: '#726481'

red 114 ◦ green 100 ◦ blue 129

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

Shades of Mamba #726481

Tints of Mamba #726481

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.15%

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

R = 33.24%
G = 29.15%
B = 37.61%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#726481 (or 0x726481) is known color: Mamba. HEX triplet: 72, 64 and 81. RGB value is (114,100,129). Sum of RGB (Red+Green+Blue) = 114+100+129=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 129 - color contains mainly: blue. Hex color #726481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726481 is #8D9B7E. Grayscale: #6B6B6B. Windows color (decimal): -9280383 or 8479858. OLE color: 8479858.

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

Color convert

RGB 114 100 129 -
CMYK 0.12 0.22 0 0.49
HSL 268.97º 0.13% 0.45% -
HSV(B) 268.97º 0.22% 0.51% -
XYZ 15.46 14.28 22.71 -
YUV 107.49 140.14 132.64 -
System Red Green Blue C M Y K H S L
Decimal 114 100 129 0.12 0.22 0 0.49 268.97 0.13 0.45
Hex 72 64 81 C 16 0 31 10D D 2D
Octal 162 144 201 14 26 0 61 415 15 55
Binary 1110010 1100100 10000001 1100 10110 0 110001 100001101 1101 101101

Color Harmonies of #726481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726481

Black with #726481

Text Example


Text Example

White with #726481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726481; }

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

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

background-color css

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

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

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

border-color css

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

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

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