#746084

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

Shades of Mamba #746084

Tints of Mamba #746084

Color information

#746084 (or 0x746084) is unknown color: approx Mamba. HEX triplet: 74, 60 and 84. RGB value is (116,96,132). Sum of RGB (Red+Green+Blue) = 116+96+132=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 132 - color contains mainly: blue. Hex color #746084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746084 is #8B9F7B. Grayscale: #696969. Windows color (decimal): -9150332 or 8675444. OLE color: 8675444.

HSL color Cylindrical-coordinate representation of color #746084: hue angle of 273.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #746084 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11696132-
CMYK0.120.2700.48
HSL273.33º15.79%44.71%-
HSV(B)273.33º27.27%51.76%-
XYZ15.5513.7423.66-
YUV106.08142.63135.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.72%
GREEN value IS 96 (37.89% from 255) = 27.91%
BLUE value IS 132 (51.95% from 255) = 38.37%
R=33.72%
G=27.91%
B=38.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116961320.120.2700.48273.3315.7944.71
Hex746084C1B030111102d
Octal16414020414330604212055
Binary1110100110000010000100110011011011000010001000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746084; }

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

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

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

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

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

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

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

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