#77678B

Color #77678B Mamba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mamba #77678B

Tints of Mamba #77678B

Color information

#77678B (or 0x77678B) is unknown color: approx Mamba. HEX triplet: 77, 67 and 8B. RGB value is (119,103,139). Sum of RGB (Red+Green+Blue) = 119+103+139=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 139 - color contains mainly: blue. Hex color #77678B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77678B is #889874. Grayscale: #6F6F6F. Windows color (decimal): -8951925 or 9135991. OLE color: 9135991.

HSL color Cylindrical-coordinate representation of color #77678B: hue angle of 266.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #77678B is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB119103139-
CMYK0.140.2600.45
HSL266.67º14.88%47.45%-
HSV(B)266.67º25.9%54.51%-
XYZ17.1215.4926.51-
YUV111.89143.3133.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.96%
GREEN value IS 103 (40.62% from 255) = 28.53%
BLUE value IS 139 (54.69% from 255) = 38.50%
R=32.96%
G=28.53%
B=38.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1191031390.140.2600.45266.6714.8847.45
Hex77678BE1A02D10bf2f
Octal16714721316320554131757
Binary111011111001111000101111101101001011011000010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77678B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77678B; }

 p { color: rgb(119,103,139); }

 H1.HeaderClassName
 {
   color: #77678B;
 }
 .AnyTagClassName
 {
   color: #77678B;
 }
</style>
background-color css

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

 a { background-color: rgb(119,103,139); }

 div.DivClassName
 {
   background-color: #77678B;
 }
 .BgClassName
 {
   background-color: #77678B;
 }
</style>
border-color css

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

 span { border-color: rgb(119,103,139); }

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