#736180

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

Shades of Mamba #736180

Tints of Mamba #736180

Color information

#736180 (or 0x736180) is unknown color: approx Mamba. HEX triplet: 73, 61 and 80. RGB value is (115,97,128). Sum of RGB (Red+Green+Blue) = 115+97+128=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 128 - color contains mainly: blue. Hex color #736180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736180 is #8C9E7F. Grayscale: #696969. Windows color (decimal): -9215616 or 8413555. OLE color: 8413555.

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

Color convert

RGB11597128-
CMYK0.100.2400.50
HSL274.84º13.78%44.12%-
HSV(B)274.84º24.22%50.2%-
XYZ15.2413.7522.27-
YUV105.92140.46134.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.82%
GREEN value IS 97 (38.28% from 255) = 28.53%
BLUE value IS 128 (50.39% from 255) = 37.65%
R=33.82%
G=28.53%
B=37.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal115971280.100.2400.50274.8413.7844.12
Hex736180A18032113e2c
Octal16314120012300624231654
Binary111001111000011000000010101100001100101000100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736180; }

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

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

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

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

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

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

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

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