Html Css Color HEX #776988 Mamba

📋 copy color: '#776988'

red 119 ◦ green 105 ◦ blue 136

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

Shades of Mamba #776988

Tints of Mamba #776988

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.17%

 BLUE value IS 136 (53.52% from 255) = 37.78%

R = 33.06%
G = 29.17%
B = 37.78%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#776988 (or 0x776988) is known color: Mamba. HEX triplet: 77, 69 and 88. RGB value is (119,105,136). Sum of RGB (Red+Green+Blue) = 119+105+136=360 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.06% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 136 - color contains mainly: blue. Hex color #776988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776988 is #889677. Grayscale: #707070. Windows color (decimal): -8951416 or 8939895. OLE color: 8939895.

HSL color Cylindrical-coordinate representation of color #776988: hue angle of 267.1º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #776988 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 105 136 -
CMYK 0.12 0.23 0 0.47
HSL 267.1º 0.13% 0.47% -
HSV(B) 267.1º 0.23% 0.53% -
XYZ 17.1 15.8 25.44 -
YUV 112.72 141.14 132.48 -
System Red Green Blue C M Y K H S L
Decimal 119 105 136 0.12 0.23 0 0.47 267.1 0.13 0.47
Hex 77 69 88 C 17 0 2F 10B D 2F
Octal 167 151 210 14 27 0 57 413 15 57
Binary 1110111 1101001 10001000 1100 10111 0 101111 100001011 1101 101111

Color Harmonies of #776988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776988

Black with #776988

Text Example


Text Example

White with #776988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776988; }

 p { color: rgb(119,105,136); }

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

background-color css

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

 a { background-color: rgb(119,105,136); }

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

border-color css

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

 span { border-color: rgb(119,105,136); }

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