#746087

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

Shades of Mamba #746087

Tints of Mamba #746087

Color information

#746087 (or 0x746087) is unknown color: approx Mamba. HEX triplet: 74, 60 and 87. RGB value is (116,96,135). Sum of RGB (Red+Green+Blue) = 116+96+135=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 135 - color contains mainly: blue. Hex color #746087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746087 is #8B9F78. Grayscale: #6A6A6A. Windows color (decimal): -9150329 or 8872052. OLE color: 8872052.

HSL color Cylindrical-coordinate representation of color #746087: hue angle of 270.77º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #746087 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11696135-
CMYK0.140.2900.47
HSL270.77º16.88%45.29%-
HSV(B)270.77º28.89%52.94%-
XYZ15.7613.8324.76-
YUV106.43144.13134.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.43%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 135 (53.12% from 255) = 38.90%
R=33.43%
G=27.67%
B=38.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116961350.140.2900.47270.7716.8845.29
Hex746087E1D02F10f112d
Octal16414020716350574172155
Binary1110100110000010000111111011101010111110000111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746087; }

 p { color: rgb(116,96,135); }

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

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

 a { background-color: rgb(116,96,135); }

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

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

 span { border-color: rgb(116,96,135); }

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