#726581

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

Shades of Mamba #726581

Tints of Mamba #726581

Color information

#726581 (or 0x726581) is unknown color: approx Mamba. HEX triplet: 72, 65 and 81. RGB value is (114,101,129). Sum of RGB (Red+Green+Blue) = 114+101+129=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 129 (50.78% from 255 or 37.5% from 344); Max value from RGB is 129 - color contains mainly: blue. Hex color #726581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726581 is #8D9A7E. Grayscale: #6B6B6B. Windows color (decimal): -9280127 or 8480114. OLE color: 8480114.

HSL color Cylindrical-coordinate representation of color #726581: hue angle of 267.86º degrees, saturation: 0.12, 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 #726581 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB114101129-
CMYK0.120.2200.49
HSL267.86º12.17%45.1%-
HSV(B)267.86º21.71%50.59%-
XYZ15.5614.4722.74-
YUV108.08139.81132.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.14%
GREEN value IS 101 (39.84% from 255) = 29.36%
BLUE value IS 129 (50.78% from 255) = 37.5%
R=33.14%
G=29.36%
B=37.5%

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
Decimal1141011290.120.2200.49267.8612.1745.1
Hex726581C1603110cc2d
Octal16214520114260614141455
Binary111001011001011000000111001011001100011000011001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726581; }

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

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

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

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

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

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

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

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