Html Css Color HEX #756580 Mamba

📋 copy color: '#756580'

red 117 ◦ green 101 ◦ blue 128

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

Shades of Mamba #756580

Tints of Mamba #756580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 36.99%

R = 33.82%
G = 29.19%
B = 36.99%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#756580 (or 0x756580) is known color: Mamba. HEX triplet: 75, 65 and 80. RGB value is (117,101,128). Sum of RGB (Red+Green+Blue) = 117+101+128=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 128 - color contains mainly: blue. Hex color #756580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756580 is #8A9A7F. Grayscale: #6C6C6C. Windows color (decimal): -9083520 or 8414581. OLE color: 8414581.

HSL color Cylindrical-coordinate representation of color #756580: hue angle of 275.56º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #756580 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 101 128 -
CMYK 0.09 0.21 0 0.50
HSL 275.56º 0.12% 0.45% -
HSV(B) 275.56º 0.21% 0.5% -
XYZ 15.89 14.65 22.41 -
YUV 108.86 138.8 133.8 -
System Red Green Blue C M Y K H S L
Decimal 117 101 128 0.09 0.21 0 0.50 275.56 0.12 0.45
Hex 75 65 80 9 15 0 32 114 C 2D
Octal 165 145 200 11 25 0 62 424 14 55
Binary 1110101 1100101 10000000 1001 10101 0 110010 100010100 1100 101101

Color Harmonies of #756580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756580

Black with #756580

Text Example


Text Example

White with #756580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756580; }

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

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

background-color css

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

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

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

border-color css

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

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

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