Html Css Color HEX #776887 Mamba

📋 copy color: '#776887'

red 119 ◦ green 104 ◦ blue 135

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

Shades of Mamba #776887

Tints of Mamba #776887

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.05%

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

R = 33.24%
G = 29.05%
B = 37.71%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#776887 (or 0x776887) is known color: Mamba. HEX triplet: 77, 68 and 87. RGB value is (119,104,135). Sum of RGB (Red+Green+Blue) = 119+104+135=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 135 - color contains mainly: blue. Hex color #776887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776887 is #889778. Grayscale: #6F6F6F. Windows color (decimal): -8951673 or 8874103. OLE color: 8874103.

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

Color convert

RGB 119 104 135 -
CMYK 0.12 0.23 0 0.47
HSL 269.03º 0.13% 0.47% -
HSV(B) 269.03º 0.23% 0.53% -
XYZ 16.93 15.57 25.03 -
YUV 112.02 140.97 132.98 -
System Red Green Blue C M Y K H S L
Decimal 119 104 135 0.12 0.23 0 0.47 269.03 0.13 0.47
Hex 77 68 87 C 17 0 2F 10D D 2F
Octal 167 150 207 14 27 0 57 415 15 57
Binary 1110111 1101000 10000111 1100 10111 0 101111 100001101 1101 101111

Color Harmonies of #776887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776887

Black with #776887

Text Example


Text Example

White with #776887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776887; }

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

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

background-color css

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

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

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

border-color css

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

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

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