Html Css Color HEX #756780 Mamba

📋 copy color: '#756780'

red 117 ◦ green 103 ◦ blue 128

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

Shades of Mamba #756780

Tints of Mamba #756780

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.6%

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

R = 33.62%
G = 29.6%
B = 36.78%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#756780 (or 0x756780) is known color: Mamba. HEX triplet: 75, 67 and 80. RGB value is (117,103,128). Sum of RGB (Red+Green+Blue) = 117+103+128=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 128 (50.39% from 255 or 36.78% from 348); Max value from RGB is 128 - color contains mainly: blue. Hex color #756780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756780 is #8A987F. Grayscale: #6D6D6D. Windows color (decimal): -9083008 or 8415093. OLE color: 8415093.

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

Color convert

RGB 117 103 128 -
CMYK 0.09 0.20 0 0.50
HSL 273.6º 0.11% 0.45% -
HSV(B) 273.6º 0.2% 0.5% -
XYZ 16.08 15.04 22.48 -
YUV 110.04 138.14 132.97 -
System Red Green Blue C M Y K H S L
Decimal 117 103 128 0.09 0.20 0 0.50 273.6 0.11 0.45
Hex 75 67 80 9 14 0 32 112 B 2D
Octal 165 147 200 11 24 0 62 422 13 55
Binary 1110101 1100111 10000000 1001 10100 0 110010 100010010 1011 101101

Color Harmonies of #756780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756780

Black with #756780

Text Example


Text Example

White with #756780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756780; }

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

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

background-color css

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

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

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

border-color css

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

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

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