Html Css Color HEX #776589 Mamba

📋 copy color: '#776589'

red 119 ◦ green 101 ◦ blue 137

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

Shades of Mamba #776589

Tints of Mamba #776589

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.29%

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

R = 33.33%
G = 28.29%
B = 38.38%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#776589 (or 0x776589) is known color: Mamba. HEX triplet: 77, 65 and 89. RGB value is (119,101,137). Sum of RGB (Red+Green+Blue) = 119+101+137=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 137 (53.91% from 255 or 38.38% from 357); Max value from RGB is 137 - color contains mainly: blue. Hex color #776589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776589 is #889A76. Grayscale: #6E6E6E. Windows color (decimal): -8952439 or 9004407. OLE color: 9004407.

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

Color convert

RGB 119 101 137 -
CMYK 0.13 0.26 0 0.46
HSL 270º 0.15% 0.47% -
HSV(B) 270º 0.26% 0.54% -
XYZ 16.78 15.04 25.68 -
YUV 110.49 142.96 134.07 -
System Red Green Blue C M Y K H S L
Decimal 119 101 137 0.13 0.26 0 0.46 270 0.15 0.47
Hex 77 65 89 D 1A 0 2E 10E F 2F
Octal 167 145 211 15 32 0 56 416 17 57
Binary 1110111 1100101 10001001 1101 11010 0 101110 100001110 1111 101111

Color Harmonies of #776589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776589

Black with #776589

Text Example


Text Example

White with #776589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776589; }

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

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

background-color css

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

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

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

border-color css

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

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

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