Html Css Color HEX #776186 Mamba

📋 copy color: '#776186'

red 119 ◦ green 97 ◦ blue 134

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

Shades of Mamba #776186

Tints of Mamba #776186

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.71%

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

R = 34%
G = 27.71%
B = 38.29%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#776186 (or 0x776186) is known color: Mamba. HEX triplet: 77, 61 and 86. RGB value is (119,97,134). Sum of RGB (Red+Green+Blue) = 119+97+134=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 134 - color contains mainly: blue. Hex color #776186 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776186 is #889E79. Grayscale: #6B6B6B. Windows color (decimal): -8953466 or 8806775. OLE color: 8806775.

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

Color convert

RGB 119 97 134 -
CMYK 0.11 0.28 0 0.47
HSL 275.68º 0.16% 0.45% -
HSV(B) 275.68º 0.28% 0.53% -
XYZ 16.19 14.19 24.44 -
YUV 107.8 142.79 135.99 -
System Red Green Blue C M Y K H S L
Decimal 119 97 134 0.11 0.28 0 0.47 275.68 0.16 0.45
Hex 77 61 86 B 1C 0 2F 114 10 2D
Octal 167 141 206 13 34 0 57 424 20 55
Binary 1110111 1100001 10000110 1011 11100 0 101111 100010100 10000 101101

Color Harmonies of #776186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776186

Black with #776186

Text Example


Text Example

White with #776186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776186; }

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

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

background-color css

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

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

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

border-color css

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

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

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