Html Css Color HEX #786980 Mamba

📋 copy color: '#786980'

red 120 ◦ green 105 ◦ blue 128

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

Shades of Mamba #786980

Tints of Mamba #786980

RGB

 RED value IS 120 (47.27% from 255) = 33.99%

 GREEN value IS 105 (41.41% from 255) = 29.75%

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

R = 33.99%
G = 29.75%
B = 36.26%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#786980 (or 0x786980) is known color: Mamba. HEX triplet: 78, 69 and 80. RGB value is (120,105,128). Sum of RGB (Red+Green+Blue) = 120+105+128=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 128 - color contains mainly: blue. Hex color #786980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786980 is #87967F. Grayscale: #707070. Windows color (decimal): -8885888 or 8415608. OLE color: 8415608.

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

Color convert

RGB 120 105 128 -
CMYK 0.06 0.18 0 0.50
HSL 279.13º 0.1% 0.46% -
HSV(B) 279.13º 0.18% 0.5% -
XYZ 16.69 15.65 22.56 -
YUV 112.11 136.97 133.63 -
System Red Green Blue C M Y K H S L
Decimal 120 105 128 0.06 0.18 0 0.50 279.13 0.1 0.46
Hex 78 69 80 6 12 0 32 117 A 2E
Octal 170 151 200 6 22 0 62 427 12 56
Binary 1111000 1101001 10000000 110 10010 0 110010 100010111 1010 101110

Color Harmonies of #786980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786980

Black with #786980

Text Example


Text Example

White with #786980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786980; }

 p { color: rgb(120,105,128); }

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

background-color css

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

 a { background-color: rgb(120,105,128); }

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

border-color css

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

 span { border-color: rgb(120,105,128); }

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