Html Css Color HEX #776686 Mamba

📋 copy color: '#776686'

red 119 ◦ green 102 ◦ blue 134

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

Shades of Mamba #776686

Tints of Mamba #776686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 37.75%

R = 33.52%
G = 28.73%
B = 37.75%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#776686 (or 0x776686) is known color: Mamba. HEX triplet: 77, 66 and 86. RGB value is (119,102,134). Sum of RGB (Red+Green+Blue) = 119+102+134=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 134 - color contains mainly: blue. Hex color #776686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776686 is #889979. Grayscale: #6E6E6E. Windows color (decimal): -8952186 or 8808055. OLE color: 8808055.

HSL color Cylindrical-coordinate representation of color #776686: hue angle of 271.88º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #776686 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 102 134 -
CMYK 0.11 0.24 0 0.47
HSL 271.88º 0.14% 0.46% -
HSV(B) 271.88º 0.24% 0.53% -
XYZ 16.66 15.15 24.6 -
YUV 110.73 141.13 133.9 -
System Red Green Blue C M Y K H S L
Decimal 119 102 134 0.11 0.24 0 0.47 271.88 0.14 0.46
Hex 77 66 86 B 18 0 2F 110 E 2E
Octal 167 146 206 13 30 0 57 420 16 56
Binary 1110111 1100110 10000110 1011 11000 0 101111 100010000 1110 101110

Color Harmonies of #776686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776686

Black with #776686

Text Example


Text Example

White with #776686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776686; }

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

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

background-color css

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

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

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

border-color css

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

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

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