Html Css Color HEX #756884 Mamba

📋 copy color: '#756884'

red 117 ◦ green 104 ◦ blue 132

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

Shades of Mamba #756884

Tints of Mamba #756884

RGB

 RED value IS 117 (46.09% from 255) = 33.14%

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

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

R = 33.14%
G = 29.46%
B = 37.39%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#756884 (or 0x756884) is known color: Mamba. HEX triplet: 75, 68 and 84. RGB value is (117,104,132). Sum of RGB (Red+Green+Blue) = 117+104+132=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 132 (51.95% from 255 or 37.39% from 353); Max value from RGB is 132 - color contains mainly: blue. Hex color #756884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756884 is #8A977B. Grayscale: #6E6E6E. Windows color (decimal): -9082748 or 8677493. OLE color: 8677493.

HSL color Cylindrical-coordinate representation of color #756884: hue angle of 267.86º 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 #756884 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 104 132 -
CMYK 0.11 0.21 0 0.48
HSL 267.86º 0.12% 0.46% -
HSV(B) 267.86º 0.21% 0.52% -
XYZ 16.45 15.35 23.93 -
YUV 111.08 139.81 132.22 -
System Red Green Blue C M Y K H S L
Decimal 117 104 132 0.11 0.21 0 0.48 267.86 0.12 0.46
Hex 75 68 84 B 15 0 30 10C C 2E
Octal 165 150 204 13 25 0 60 414 14 56
Binary 1110101 1101000 10000100 1011 10101 0 110000 100001100 1100 101110

Color Harmonies of #756884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756884

Black with #756884

Text Example


Text Example

White with #756884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756884; }

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

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

background-color css

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

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

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

border-color css

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

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

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