Html Css Color HEX #746884 Mamba

📋 copy color: '#746884'

red 116 ◦ green 104 ◦ blue 132

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

Shades of Mamba #746884

Tints of Mamba #746884

RGB

 RED value IS 116 (45.7% from 255) = 32.95%

 GREEN value IS 104 (41.02% from 255) = 29.55%

 BLUE value IS 132 (51.95% from 255) = 37.5%

R = 32.95%
G = 29.55%
B = 37.5%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#746884 (or 0x746884) is known color: Mamba. HEX triplet: 74, 68 and 84. RGB value is (116,104,132). Sum of RGB (Red+Green+Blue) = 116+104+132=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 132 (51.95% from 255 or 37.5% from 352); Max value from RGB is 132 - color contains mainly: blue. Hex color #746884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746884 is #8B977B. Grayscale: #6E6E6E. Windows color (decimal): -9148284 or 8677492. OLE color: 8677492.

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

Color convert

RGB 116 104 132 -
CMYK 0.12 0.21 0 0.48
HSL 265.71º 0.12% 0.46% -
HSV(B) 265.71º 0.21% 0.52% -
XYZ 16.32 15.28 23.92 -
YUV 110.78 139.98 131.72 -
System Red Green Blue C M Y K H S L
Decimal 116 104 132 0.12 0.21 0 0.48 265.71 0.12 0.46
Hex 74 68 84 C 15 0 30 10A C 2E
Octal 164 150 204 14 25 0 60 412 14 56
Binary 1110100 1101000 10000100 1100 10101 0 110000 100001010 1100 101110

Color Harmonies of #746884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746884

Black with #746884

Text Example


Text Example

White with #746884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746884; }

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

 H1.HeaderClassName
 {
   color: #746884;
 }
 .AnyTagClassName
 {
   color: #746884;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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