Html Css Color HEX #726082 Mamba

📋 copy color: '#726082'

red 114 ◦ green 96 ◦ blue 130

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

Shades of Mamba #726082

Tints of Mamba #726082

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.24%

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

R = 33.53%
G = 28.24%
B = 38.24%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#726082 (or 0x726082) is known color: Mamba. HEX triplet: 72, 60 and 82. RGB value is (114,96,130). Sum of RGB (Red+Green+Blue) = 114+96+130=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 130 (51.17% from 255 or 38.24% from 340); Max value from RGB is 130 - color contains mainly: blue. Hex color #726082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726082 is #8D9F7D. Grayscale: #696969. Windows color (decimal): -9281406 or 8544370. OLE color: 8544370.

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

Color convert

RGB 114 96 130 -
CMYK 0.12 0.26 0 0.49
HSL 271.76º 0.15% 0.44% -
HSV(B) 271.76º 0.26% 0.51% -
XYZ 15.15 13.55 22.94 -
YUV 105.26 141.96 134.24 -
System Red Green Blue C M Y K H S L
Decimal 114 96 130 0.12 0.26 0 0.49 271.76 0.15 0.44
Hex 72 60 82 C 1A 0 31 110 F 2C
Octal 162 140 202 14 32 0 61 420 17 54
Binary 1110010 1100000 10000010 1100 11010 0 110001 100010000 1111 101100

Color Harmonies of #726082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726082

Black with #726082

Text Example


Text Example

White with #726082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726082; }

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

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

background-color css

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

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

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

border-color css

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

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

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