Html Css Color HEX #726482 Mamba

📋 copy color: '#726482'

red 114 ◦ green 100 ◦ blue 130

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

Shades of Mamba #726482

Tints of Mamba #726482

RGB

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

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

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

R = 33.14%
G = 29.07%
B = 37.79%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#726482 (or 0x726482) is known color: Mamba. HEX triplet: 72, 64 and 82. RGB value is (114,100,130). Sum of RGB (Red+Green+Blue) = 114+100+130=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 130 - color contains mainly: blue. Hex color #726482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726482 is #8D9B7D. Grayscale: #6B6B6B. Windows color (decimal): -9280382 or 8545394. OLE color: 8545394.

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

Color convert

RGB 114 100 130 -
CMYK 0.12 0.23 0 0.49
HSL 268º 0.13% 0.45% -
HSV(B) 268º 0.23% 0.51% -
XYZ 15.53 14.3 23.06 -
YUV 107.61 140.64 132.56 -
System Red Green Blue C M Y K H S L
Decimal 114 100 130 0.12 0.23 0 0.49 268 0.13 0.45
Hex 72 64 82 C 17 0 31 10C D 2D
Octal 162 144 202 14 27 0 61 414 15 55
Binary 1110010 1100100 10000010 1100 10111 0 110001 100001100 1101 101101

Color Harmonies of #726482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726482

Black with #726482

Text Example


Text Example

White with #726482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726482; }

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

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

background-color css

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

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

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

border-color css

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

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

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