Html Css Color HEX #726284 Mamba

📋 copy color: '#726284'

red 114 ◦ green 98 ◦ blue 132

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

Shades of Mamba #726284

Tints of Mamba #726284

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.49%

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

R = 33.14%
G = 28.49%
B = 38.37%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#726284 (or 0x726284) is known color: Mamba. HEX triplet: 72, 62 and 84. RGB value is (114,98,132). Sum of RGB (Red+Green+Blue) = 114+98+132=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 132 - color contains mainly: blue. Hex color #726284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726284 is #8D9D7B. Grayscale: #6A6A6A. Windows color (decimal): -9280892 or 8675954. OLE color: 8675954.

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

Color convert

RGB 114 98 132 -
CMYK 0.14 0.26 0 0.48
HSL 268.24º 0.15% 0.45% -
HSV(B) 268.24º 0.26% 0.52% -
XYZ 15.47 13.98 23.71 -
YUV 106.66 142.3 133.24 -
System Red Green Blue C M Y K H S L
Decimal 114 98 132 0.14 0.26 0 0.48 268.24 0.15 0.45
Hex 72 62 84 E 1A 0 30 10C F 2D
Octal 162 142 204 16 32 0 60 414 17 55
Binary 1110010 1100010 10000100 1110 11010 0 110000 100001100 1111 101101

Color Harmonies of #726284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726284

Black with #726284

Text Example


Text Example

White with #726284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726284; }

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

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

background-color css

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

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

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

border-color css

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

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

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