Html Css Color HEX #776B84 Mamba

📋 copy color: '#776B84'

red 119 ◦ green 107 ◦ blue 132

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

Shades of Mamba #776B84

Tints of Mamba #776B84

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.89%

 BLUE value IS 132 (51.95% from 255) = 36.87%

R = 33.24%
G = 29.89%
B = 36.87%

CMYK

 C value IS 0.10

 M value IS 0.19

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#776B84 (or 0x776B84) is known color: Mamba. HEX triplet: 77, 6B and 84. RGB value is (119,107,132). Sum of RGB (Red+Green+Blue) = 119+107+132=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 132 - color contains mainly: blue. Hex color #776B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776B84 is #88947B. Grayscale: #717171. Windows color (decimal): -8950908 or 8678263. OLE color: 8678263.

HSL color Cylindrical-coordinate representation of color #776B84: hue angle of 268.8º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #776B84 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 107 132 -
CMYK 0.10 0.19 0 0.48
HSL 268.8º 0.1% 0.47% -
HSV(B) 268.8º 0.19% 0.52% -
XYZ 17.03 16.1 24.04 -
YUV 113.44 138.48 131.97 -
System Red Green Blue C M Y K H S L
Decimal 119 107 132 0.10 0.19 0 0.48 268.8 0.1 0.47
Hex 77 6B 84 A 13 0 30 10D A 2F
Octal 167 153 204 12 23 0 60 415 12 57
Binary 1110111 1101011 10000100 1010 10011 0 110000 100001101 1010 101111

Color Harmonies of #776B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776B84

Black with #776B84

Text Example


Text Example

White with #776B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776B84; }

 p { color: rgb(119,107,132); }

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

background-color css

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

 a { background-color: rgb(119,107,132); }

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

border-color css

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

 span { border-color: rgb(119,107,132); }

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