#726582

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

Shades of Mamba #726582

Tints of Mamba #726582

Color information

#726582 (or 0x726582) is unknown color: approx Mamba. HEX triplet: 72, 65 and 82. RGB value is (114,101,130). Sum of RGB (Red+Green+Blue) = 114+101+130=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 130 - color contains mainly: blue. Hex color #726582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726582 is #8D9A7D. Grayscale: #6C6C6C. Windows color (decimal): -9280126 or 8545650. OLE color: 8545650.

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

Color convert

RGB114101130-
CMYK0.120.2200.49
HSL266.9º12.55%45.29%-
HSV(B)266.9º22.31%50.98%-
XYZ15.6214.523.09-
YUV108.19140.31132.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.04%
GREEN value IS 101 (39.84% from 255) = 29.28%
BLUE value IS 130 (51.17% from 255) = 37.68%
R=33.04%
G=29.28%
B=37.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1141011300.120.2200.49266.912.5545.29
Hex726582C1603110bd2d
Octal16214520214260614131555
Binary111001011001011000001011001011001100011000010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726582; }

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

 H1.HeaderClassName
 {
   color: #726582;
 }
 .AnyTagClassName
 {
   color: #726582;
 }
</style>
background-color css

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

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

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

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

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

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