#746680

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

Shades of Mamba #746680

Tints of Mamba #746680

Color information

#746680 (or 0x746680) is unknown color: approx Mamba. HEX triplet: 74, 66 and 80. RGB value is (116,102,128). Sum of RGB (Red+Green+Blue) = 116+102+128=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 128 - color contains mainly: blue. Hex color #746680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746680 is #8B997F. Grayscale: #6D6D6D. Windows color (decimal): -9148800 or 8414836. OLE color: 8414836.

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

Color convert

RGB116102128-
CMYK0.090.2000.50
HSL272.31º11.3%45.1%-
HSV(B)272.31º20.31%50.2%-
XYZ15.8514.7722.44-
YUV109.15138.64132.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.53%
GREEN value IS 102 (40.23% from 255) = 29.48%
BLUE value IS 128 (50.39% from 255) = 36.99%
R=33.53%
G=29.48%
B=36.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1161021280.090.2000.50272.3111.345.1
Hex746680914032110b2d
Octal16414620011240624201355
Binary111010011001101000000010011010001100101000100001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746680; }

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

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

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

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

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

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

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

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