Html Css Color HEX #726084 Mamba

📋 copy color: '#726084'

red 114 ◦ green 96 ◦ blue 132

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

Shades of Mamba #726084

Tints of Mamba #726084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.6%

R = 33.33%
G = 28.07%
B = 38.6%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#726084 (or 0x726084) is known color: Mamba. HEX triplet: 72, 60 and 84. RGB value is (114,96,132). Sum of RGB (Red+Green+Blue) = 114+96+132=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 132 - color contains mainly: blue. Hex color #726084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726084 is #8D9F7B. Grayscale: #696969. Windows color (decimal): -9281404 or 8675442. OLE color: 8675442.

HSL color Cylindrical-coordinate representation of color #726084: hue angle of 270º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #726084 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 114 96 132 -
CMYK 0.14 0.27 0 0.48
HSL 270º 0.16% 0.45% -
HSV(B) 270º 0.27% 0.52% -
XYZ 15.29 13.61 23.65 -
YUV 105.49 142.96 134.07 -
System Red Green Blue C M Y K H S L
Decimal 114 96 132 0.14 0.27 0 0.48 270 0.16 0.45
Hex 72 60 84 E 1B 0 30 10E 10 2D
Octal 162 140 204 16 33 0 60 416 20 55
Binary 1110010 1100000 10000100 1110 11011 0 110000 100001110 10000 101101

Color Harmonies of #726084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726084

Black with #726084

Text Example


Text Example

White with #726084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726084; }

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

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

background-color css

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

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

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

border-color css

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

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

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