Html Css Color HEX #786580 Mamba

📋 copy color: '#786580'

red 120 ◦ green 101 ◦ blue 128

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

Shades of Mamba #786580

Tints of Mamba #786580

RGB

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

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

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

R = 34.38%
G = 28.94%
B = 36.68%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#786580 (or 0x786580) is known color: Mamba. HEX triplet: 78, 65 and 80. RGB value is (120,101,128). Sum of RGB (Red+Green+Blue) = 120+101+128=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 101 (39.84% from 255 or 28.94% 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 #786580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786580 is #879A7F. Grayscale: #6D6D6D. Windows color (decimal): -8886912 or 8414584. OLE color: 8414584.

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

Color convert

RGB 120 101 128 -
CMYK 0.06 0.21 0 0.50
HSL 282.22º 0.12% 0.45% -
HSV(B) 282.22º 0.21% 0.5% -
XYZ 16.3 14.86 22.43 -
YUV 109.76 138.29 135.3 -
System Red Green Blue C M Y K H S L
Decimal 120 101 128 0.06 0.21 0 0.50 282.22 0.12 0.45
Hex 78 65 80 6 15 0 32 11A C 2D
Octal 170 145 200 6 25 0 62 432 14 55
Binary 1111000 1100101 10000000 110 10101 0 110010 100011010 1100 101101

Color Harmonies of #786580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786580

Black with #786580

Text Example


Text Example

White with #786580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786580; }

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

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

background-color css

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

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

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

border-color css

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

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

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