Html Css Color HEX #776884 Mamba

📋 copy color: '#776884'

red 119 ◦ green 104 ◦ blue 132

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

Shades of Mamba #776884

Tints of Mamba #776884

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.3%

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

R = 33.52%
G = 29.3%
B = 37.18%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#776884 (or 0x776884) is known color: Mamba. HEX triplet: 77, 68 and 84. RGB value is (119,104,132). Sum of RGB (Red+Green+Blue) = 119+104+132=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 132 - color contains mainly: blue. Hex color #776884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776884 is #88977B. Grayscale: #6F6F6F. Windows color (decimal): -8951676 or 8677495. OLE color: 8677495.

HSL color Cylindrical-coordinate representation of color #776884: hue angle of 272.14º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #776884 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 104 132 -
CMYK 0.10 0.21 0 0.48
HSL 272.14º 0.12% 0.46% -
HSV(B) 272.14º 0.21% 0.52% -
XYZ 16.72 15.49 23.94 -
YUV 111.68 139.47 133.22 -
System Red Green Blue C M Y K H S L
Decimal 119 104 132 0.10 0.21 0 0.48 272.14 0.12 0.46
Hex 77 68 84 A 15 0 30 110 C 2E
Octal 167 150 204 12 25 0 60 420 14 56
Binary 1110111 1101000 10000100 1010 10101 0 110000 100010000 1100 101110

Color Harmonies of #776884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776884

Black with #776884

Text Example


Text Example

White with #776884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776884; }

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

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

background-color css

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

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

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

border-color css

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

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

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