Html Css Color HEX #776489 Mamba

📋 copy color: '#776489'

red 119 ◦ green 100 ◦ blue 137

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

Shades of Mamba #776489

Tints of Mamba #776489

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.09%

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

R = 33.43%
G = 28.09%
B = 38.48%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#776489 (or 0x776489) is known color: Mamba. HEX triplet: 77, 64 and 89. RGB value is (119,100,137). Sum of RGB (Red+Green+Blue) = 119+100+137=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 137 - color contains mainly: blue. Hex color #776489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776489 is #889B76. Grayscale: #6D6D6D. Windows color (decimal): -8952695 or 9004151. OLE color: 9004151.

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

Color convert

RGB 119 100 137 -
CMYK 0.13 0.27 0 0.46
HSL 270.81º 0.16% 0.46% -
HSV(B) 270.81º 0.27% 0.54% -
XYZ 16.68 14.84 25.65 -
YUV 109.9 143.29 134.49 -
System Red Green Blue C M Y K H S L
Decimal 119 100 137 0.13 0.27 0 0.46 270.81 0.16 0.46
Hex 77 64 89 D 1B 0 2E 10F 10 2E
Octal 167 144 211 15 33 0 56 417 20 56
Binary 1110111 1100100 10001001 1101 11011 0 101110 100001111 10000 101110

Color Harmonies of #776489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776489

Black with #776489

Text Example


Text Example

White with #776489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776489; }

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

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

background-color css

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

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

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

border-color css

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

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

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