Html Css Color HEX #746084 Mamba

📋 copy color: '#746084'

red 116 ◦ green 96 ◦ blue 132

#746084
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mamba #746084

Tints of Mamba #746084

RGB

 RED value IS 116 (45.7% 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 value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#746084 (or 0x746084) is known color: 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

RGB 116 96 132 -
CMYK 0.12 0.27 0 0.48
HSL 273.33º 0.16% 0.45% -
HSV(B) 273.33º 0.27% 0.52% -
XYZ 15.55 13.74 23.66 -
YUV 106.08 142.63 135.07 -
System Red Green Blue C M Y K H S L
Decimal 116 96 132 0.12 0.27 0 0.48 273.33 0.16 0.45
Hex 74 60 84 C 1B 0 30 111 10 2D
Octal 164 140 204 14 33 0 60 421 20 55
Binary 1110100 1100000 10000100 1100 11011 0 110000 100010001 10000 101101

Color Harmonies of #746084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746084

Black with #746084

Text Example


Text Example

White with #746084

Text Example


Text Example

HTML Codes & Css Web 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>