Html Css Color HEX #776C84 Mamba

📋 copy color: '#776C84'

red 119 ◦ green 108 ◦ blue 132

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

Shades of Mamba #776C84

Tints of Mamba #776C84

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.08%

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

R = 33.15%
G = 30.08%
B = 36.77%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#776C84 (or 0x776C84) is known color: Mamba. HEX triplet: 77, 6C and 84. RGB value is (119,108,132). Sum of RGB (Red+Green+Blue) = 119+108+132=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 132 - color contains mainly: blue. Hex color #776C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776C84 is #88937B. Grayscale: #717171. Windows color (decimal): -8950652 or 8678519. OLE color: 8678519.

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

Color convert

RGB 119 108 132 -
CMYK 0.10 0.18 0 0.48
HSL 267.5º 0.1% 0.47% -
HSV(B) 267.5º 0.18% 0.52% -
XYZ 17.14 16.31 24.08 -
YUV 114.03 138.14 131.55 -
System Red Green Blue C M Y K H S L
Decimal 119 108 132 0.10 0.18 0 0.48 267.5 0.1 0.47
Hex 77 6C 84 A 12 0 30 10C A 2F
Octal 167 154 204 12 22 0 60 414 12 57
Binary 1110111 1101100 10000100 1010 10010 0 110000 100001100 1010 101111

Color Harmonies of #776C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776C84

Black with #776C84

Text Example


Text Example

White with #776C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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