#726284

Color #726284 Mamba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mamba #726284

Tints of Mamba #726284

Color information

#726284 (or 0x726284) is unknown color: approx 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

RGB11498132-
CMYK0.140.2600.48
HSL268.24º14.78%45.1%-
HSV(B)268.24º25.76%51.76%-
XYZ15.4713.9823.71-
YUV106.66142.3133.24-

RGB Variations

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

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 (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114981320.140.2600.48268.2414.7845.1
Hex726284E1A03010cf2d
Octal16214220416320604141755
Binary111001011000101000010011101101001100001000011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>