Html Css Color HEX #776680 Mamba

📋 copy color: '#776680'

red 119 ◦ green 102 ◦ blue 128

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

Shades of Mamba #776680

Tints of Mamba #776680

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.23%

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

R = 34.1%
G = 29.23%
B = 36.68%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#776680 (or 0x776680) is known color: Mamba. HEX triplet: 77, 66 and 80. RGB value is (119,102,128). Sum of RGB (Red+Green+Blue) = 119+102+128=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 102 (40.23% from 255 or 29.23% 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 #776680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776680 is #88997F. Grayscale: #6D6D6D. Windows color (decimal): -8952192 or 8414839. OLE color: 8414839.

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

Color convert

RGB 119 102 128 -
CMYK 0.07 0.20 0 0.50
HSL 279.23º 0.11% 0.45% -
HSV(B) 279.23º 0.2% 0.5% -
XYZ 16.26 14.98 22.46 -
YUV 110.05 138.13 134.39 -
System Red Green Blue C M Y K H S L
Decimal 119 102 128 0.07 0.20 0 0.50 279.23 0.11 0.45
Hex 77 66 80 7 14 0 32 117 B 2D
Octal 167 146 200 7 24 0 62 427 13 55
Binary 1110111 1100110 10000000 111 10100 0 110010 100010111 1011 101101

Color Harmonies of #776680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776680

Black with #776680

Text Example


Text Example

White with #776680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776680; }

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

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

background-color css

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

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

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

border-color css

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

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

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