Html Css Color HEX #776987 Mamba

📋 copy color: '#776987'

red 119 ◦ green 105 ◦ blue 135

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

Shades of Mamba #776987

Tints of Mamba #776987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 37.6%

R = 33.15%
G = 29.25%
B = 37.6%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#776987 (or 0x776987) is known color: Mamba. HEX triplet: 77, 69 and 87. RGB value is (119,105,135). Sum of RGB (Red+Green+Blue) = 119+105+135=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 135 - color contains mainly: blue. Hex color #776987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776987 is #889678. Grayscale: #707070. Windows color (decimal): -8951417 or 8874359. OLE color: 8874359.

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

Color convert

RGB 119 105 135 -
CMYK 0.12 0.22 0 0.47
HSL 268º 0.13% 0.47% -
HSV(B) 268º 0.22% 0.53% -
XYZ 17.03 15.77 25.07 -
YUV 112.61 140.64 132.56 -
System Red Green Blue C M Y K H S L
Decimal 119 105 135 0.12 0.22 0 0.47 268 0.13 0.47
Hex 77 69 87 C 16 0 2F 10C C 2F
Octal 167 151 207 14 26 0 57 414 14 57
Binary 1110111 1101001 10000111 1100 10110 0 101111 100001100 1100 101111

Color Harmonies of #776987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776987

Black with #776987

Text Example


Text Example

White with #776987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776987; }

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

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

background-color css

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

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

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

border-color css

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

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

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