Html Css Color HEX #776687 Mamba

📋 copy color: '#776687'

red 119 ◦ green 102 ◦ blue 135

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

Shades of Mamba #776687

Tints of Mamba #776687

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.65%

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

R = 33.43%
G = 28.65%
B = 37.92%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#776687 (or 0x776687) is known color: Mamba. HEX triplet: 77, 66 and 87. RGB value is (119,102,135). Sum of RGB (Red+Green+Blue) = 119+102+135=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 135 (53.12% from 255 or 37.92% from 356); Max value from RGB is 135 - color contains mainly: blue. Hex color #776687 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776687 is #889978. Grayscale: #6E6E6E. Windows color (decimal): -8952185 or 8873591. OLE color: 8873591.

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

Color convert

RGB 119 102 135 -
CMYK 0.12 0.24 0 0.47
HSL 270.91º 0.14% 0.46% -
HSV(B) 270.91º 0.24% 0.53% -
XYZ 16.73 15.17 24.97 -
YUV 110.85 141.63 133.82 -
System Red Green Blue C M Y K H S L
Decimal 119 102 135 0.12 0.24 0 0.47 270.91 0.14 0.46
Hex 77 66 87 C 18 0 2F 10F E 2E
Octal 167 146 207 14 30 0 57 417 16 56
Binary 1110111 1100110 10000111 1100 11000 0 101111 100001111 1110 101110

Color Harmonies of #776687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776687

Black with #776687

Text Example


Text Example

White with #776687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776687; }

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

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

background-color css

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

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

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

border-color css

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

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

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