Html Css Color HEX #776989 Mamba

📋 copy color: '#776989'

red 119 ◦ green 105 ◦ blue 137

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

Shades of Mamba #776989

Tints of Mamba #776989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.95%

R = 32.96%
G = 29.09%
B = 37.95%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#776989 (or 0x776989) is known color: Mamba. HEX triplet: 77, 69 and 89. RGB value is (119,105,137). Sum of RGB (Red+Green+Blue) = 119+105+137=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 137 - color contains mainly: blue. Hex color #776989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776989 is #889676. Grayscale: #707070. Windows color (decimal): -8951415 or 9005431. OLE color: 9005431.

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

Color convert

RGB 119 105 137 -
CMYK 0.13 0.23 0 0.46
HSL 266.25º 0.13% 0.47% -
HSV(B) 266.25º 0.23% 0.54% -
XYZ 17.17 15.83 25.82 -
YUV 112.83 141.64 132.4 -
System Red Green Blue C M Y K H S L
Decimal 119 105 137 0.13 0.23 0 0.46 266.25 0.13 0.47
Hex 77 69 89 D 17 0 2E 10A D 2F
Octal 167 151 211 15 27 0 56 412 15 57
Binary 1110111 1101001 10001001 1101 10111 0 101110 100001010 1101 101111

Color Harmonies of #776989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776989

Black with #776989

Text Example


Text Example

White with #776989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776989; }

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

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

background-color css

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

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

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

border-color css

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

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

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