Html Css Color HEX #786780 Mamba

📋 copy color: '#786780'

red 120 ◦ green 103 ◦ blue 128

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

Shades of Mamba #786780

Tints of Mamba #786780

RGB

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

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

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

R = 34.19%
G = 29.34%
B = 36.47%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#786780 (or 0x786780) is known color: Mamba. HEX triplet: 78, 67 and 80. RGB value is (120,103,128). Sum of RGB (Red+Green+Blue) = 120+103+128=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 128 - color contains mainly: blue. Hex color #786780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786780 is #87987F. Grayscale: #6E6E6E. Windows color (decimal): -8886400 or 8415096. OLE color: 8415096.

HSL color Cylindrical-coordinate representation of color #786780: hue angle of 280.8º 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 #786780 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 120 103 128 -
CMYK 0.06 0.20 0 0.50
HSL 280.8º 0.11% 0.45% -
HSV(B) 280.8º 0.2% 0.5% -
XYZ 16.49 15.25 22.5 -
YUV 110.93 137.63 134.47 -
System Red Green Blue C M Y K H S L
Decimal 120 103 128 0.06 0.20 0 0.50 280.8 0.11 0.45
Hex 78 67 80 6 14 0 32 119 B 2D
Octal 170 147 200 6 24 0 62 431 13 55
Binary 1111000 1100111 10000000 110 10100 0 110010 100011001 1011 101101

Color Harmonies of #786780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786780

Black with #786780

Text Example


Text Example

White with #786780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786780; }

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

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

background-color css

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

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

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

border-color css

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

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

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