Html Css Color HEX #756584 Mamba

📋 copy color: '#756584'

red 117 ◦ green 101 ◦ blue 132

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

Shades of Mamba #756584

Tints of Mamba #756584

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.86%

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

R = 33.43%
G = 28.86%
B = 37.71%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#756584 (or 0x756584) is known color: Mamba. HEX triplet: 75, 65 and 84. RGB value is (117,101,132). Sum of RGB (Red+Green+Blue) = 117+101+132=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 132 - color contains mainly: blue. Hex color #756584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756584 is #8A9A7B. Grayscale: #6D6D6D. Windows color (decimal): -9083516 or 8676725. OLE color: 8676725.

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

Color convert

RGB 117 101 132 -
CMYK 0.11 0.23 0 0.48
HSL 270.97º 0.13% 0.46% -
HSV(B) 270.97º 0.23% 0.52% -
XYZ 16.15 14.76 23.83 -
YUV 109.32 140.8 133.48 -
System Red Green Blue C M Y K H S L
Decimal 117 101 132 0.11 0.23 0 0.48 270.97 0.13 0.46
Hex 75 65 84 B 17 0 30 10F D 2E
Octal 165 145 204 13 27 0 60 417 15 56
Binary 1110101 1100101 10000100 1011 10111 0 110000 100001111 1101 101110

Color Harmonies of #756584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756584

Black with #756584

Text Example


Text Example

White with #756584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756584; }

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

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

background-color css

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

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

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

border-color css

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

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

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