Html Css Color HEX #776380 Mamba

📋 copy color: '#776380'

red 119 ◦ green 99 ◦ blue 128

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

Shades of Mamba #776380

Tints of Mamba #776380

RGB

 RED value IS 119 (46.88% from 255) = 34.39%

 GREEN value IS 99 (39.06% from 255) = 28.61%

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

R = 34.39%
G = 28.61%
B = 36.99%

CMYK

 C value IS 0.07

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#776380 (or 0x776380) is known color: Mamba. HEX triplet: 77, 63 and 80. RGB value is (119,99,128). Sum of RGB (Red+Green+Blue) = 119+99+128=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 128 - color contains mainly: blue. Hex color #776380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776380 is #889C7F. Grayscale: #6C6C6C. Windows color (decimal): -8952960 or 8414071. OLE color: 8414071.

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

Color convert

RGB 119 99 128 -
CMYK 0.07 0.23 0 0.50
HSL 281.38º 0.13% 0.45% -
HSV(B) 281.38º 0.23% 0.5% -
XYZ 15.97 14.4 22.36 -
YUV 108.29 139.13 135.64 -
System Red Green Blue C M Y K H S L
Decimal 119 99 128 0.07 0.23 0 0.50 281.38 0.13 0.45
Hex 77 63 80 7 17 0 32 119 D 2D
Octal 167 143 200 7 27 0 62 431 15 55
Binary 1110111 1100011 10000000 111 10111 0 110010 100011001 1101 101101

Color Harmonies of #776380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776380

Black with #776380

Text Example


Text Example

White with #776380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776380; }

 p { color: rgb(119,99,128); }

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

background-color css

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

 a { background-color: rgb(119,99,128); }

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

border-color css

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

 span { border-color: rgb(119,99,128); }

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