Html Css Color HEX #756880 Mamba

📋 copy color: '#756880'

red 117 ◦ green 104 ◦ blue 128

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

Shades of Mamba #756880

Tints of Mamba #756880

RGB

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

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

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

R = 33.52%
G = 29.8%
B = 36.68%

CMYK

 C value IS 0.09

 M value IS 0.19

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#756880 (or 0x756880) is known color: Mamba. HEX triplet: 75, 68 and 80. RGB value is (117,104,128). Sum of RGB (Red+Green+Blue) = 117+104+128=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 128 - color contains mainly: blue. Hex color #756880 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756880 is #8A977F. Grayscale: #6E6E6E. Windows color (decimal): -9082752 or 8415349. OLE color: 8415349.

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

Color convert

RGB 117 104 128 -
CMYK 0.09 0.19 0 0.50
HSL 272.5º 0.1% 0.45% -
HSV(B) 272.5º 0.19% 0.5% -
XYZ 16.18 15.24 22.51 -
YUV 110.62 137.81 132.55 -
System Red Green Blue C M Y K H S L
Decimal 117 104 128 0.09 0.19 0 0.50 272.5 0.1 0.45
Hex 75 68 80 9 13 0 32 110 A 2D
Octal 165 150 200 11 23 0 62 420 12 55
Binary 1110101 1101000 10000000 1001 10011 0 110010 100010000 1010 101101

Color Harmonies of #756880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756880

Black with #756880

Text Example


Text Example

White with #756880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756880; }

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

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

background-color css

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

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

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

border-color css

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

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

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