#736580

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

Shades of Mamba #736580

Tints of Mamba #736580

Color information

#736580 (or 0x736580) is unknown color: approx Mamba. HEX triplet: 73, 65 and 80. RGB value is (115,101,128). Sum of RGB (Red+Green+Blue) = 115+101+128=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 128 - color contains mainly: blue. Hex color #736580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736580 is #8C9A7F. Grayscale: #6C6C6C. Windows color (decimal): -9214592 or 8414579. OLE color: 8414579.

HSL color Cylindrical-coordinate representation of color #736580: hue angle of 271.11º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #736580 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB115101128-
CMYK0.100.2100.50
HSL271.11º11.79%44.9%-
HSV(B)271.11º21.09%50.2%-
XYZ15.6214.5122.4-
YUV108.26139.14132.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.43%
GREEN value IS 101 (39.84% from 255) = 29.36%
BLUE value IS 128 (50.39% from 255) = 37.21%
R=33.43%
G=29.36%
B=37.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1151011280.100.2100.50271.1111.7944.9
Hex736580A1503210fc2d
Octal16314520012250624171455
Binary111001111001011000000010101010101100101000011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736580; }

 p { color: rgb(115,101,128); }

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

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

 a { background-color: rgb(115,101,128); }

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

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

 span { border-color: rgb(115,101,128); }

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