Html Css Color HEX #776289 Mamba

📋 copy color: '#776289'

red 119 ◦ green 98 ◦ blue 137

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

Shades of Mamba #776289

Tints of Mamba #776289

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.68%

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

R = 33.62%
G = 27.68%
B = 38.7%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#776289 (or 0x776289) is known color: Mamba. HEX triplet: 77, 62 and 89. RGB value is (119,98,137). Sum of RGB (Red+Green+Blue) = 119+98+137=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 137 - color contains mainly: blue. Hex color #776289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776289 is #889D76. Grayscale: #6C6C6C. Windows color (decimal): -8953207 or 9003639. OLE color: 9003639.

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

Color convert

RGB 119 98 137 -
CMYK 0.13 0.28 0 0.46
HSL 272.31º 0.17% 0.46% -
HSV(B) 272.31º 0.28% 0.54% -
XYZ 16.49 14.46 25.59 -
YUV 108.73 143.96 135.33 -
System Red Green Blue C M Y K H S L
Decimal 119 98 137 0.13 0.28 0 0.46 272.31 0.17 0.46
Hex 77 62 89 D 1C 0 2E 110 11 2E
Octal 167 142 211 15 34 0 56 420 21 56
Binary 1110111 1100010 10001001 1101 11100 0 101110 100010000 10001 101110

Color Harmonies of #776289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776289

Black with #776289

Text Example


Text Example

White with #776289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776289; }

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

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

background-color css

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

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

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

border-color css

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

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

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