Html Css Color HEX #776688 Mamba

📋 copy color: '#776688'

red 119 ◦ green 102 ◦ blue 136

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

Shades of Mamba #776688

Tints of Mamba #776688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 38.1%

R = 33.33%
G = 28.57%
B = 38.1%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#776688 (or 0x776688) is known color: Mamba. HEX triplet: 77, 66 and 88. RGB value is (119,102,136). Sum of RGB (Red+Green+Blue) = 119+102+136=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 136 (53.52% from 255 or 38.10% from 357); Max value from RGB is 136 - color contains mainly: blue. Hex color #776688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776688 is #889977. Grayscale: #6E6E6E. Windows color (decimal): -8952184 or 8939127. OLE color: 8939127.

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

Color convert

RGB 119 102 136 -
CMYK 0.12 0.25 0 0.47
HSL 270º 0.14% 0.47% -
HSV(B) 270º 0.25% 0.53% -
XYZ 16.8 15.2 25.34 -
YUV 110.96 142.13 133.74 -
System Red Green Blue C M Y K H S L
Decimal 119 102 136 0.12 0.25 0 0.47 270 0.14 0.47
Hex 77 66 88 C 19 0 2F 10E E 2F
Octal 167 146 210 14 31 0 57 416 16 57
Binary 1110111 1100110 10001000 1100 11001 0 101111 100001110 1110 101111

Color Harmonies of #776688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776688

Black with #776688

Text Example


Text Example

White with #776688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776688; }

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

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

background-color css

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

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

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

border-color css

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

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

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