#746880

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

Shades of Mamba #746880

Tints of Mamba #746880

Color information

#746880 (or 0x746880) is unknown color: approx Mamba. HEX triplet: 74, 68 and 80. RGB value is (116,104,128). Sum of RGB (Red+Green+Blue) = 116+104+128=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 128 (50.39% from 255 or 36.78% from 348); Max value from RGB is 128 - color contains mainly: blue. Hex color #746880 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746880 is #8B977F. Grayscale: #6E6E6E. Windows color (decimal): -9148288 or 8415348. OLE color: 8415348.

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

Color convert

RGB116104128-
CMYK0.090.1900.50
HSL270º10.34%45.49%-
HSV(B)270º18.75%50.2%-
XYZ16.0515.1722.5-
YUV110.32137.98132.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.33%
GREEN value IS 104 (41.02% from 255) = 29.89%
BLUE value IS 128 (50.39% from 255) = 36.78%
R=33.33%
G=29.89%
B=36.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1161041280.090.1900.5027010.3445.49
Hex74688091303210ea2d
Octal16415020011230624161255
Binary111010011010001000000010011001101100101000011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746880; }

 p { color: rgb(116,104,128); }

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

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

 a { background-color: rgb(116,104,128); }

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

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

 span { border-color: rgb(116,104,128); }

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