#77687E

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

Shades of Mamba #77687E

Tints of Mamba #77687E

Color information

#77687E (or 0x77687E) is unknown color: approx Mamba. HEX triplet: 77, 68 and 7E. RGB value is (119,104,126). Sum of RGB (Red+Green+Blue) = 119+104+126=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 126 - color contains mainly: blue. Hex color #77687E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77687E is #889781. Grayscale: #6E6E6E. Windows color (decimal): -8951682 or 8284279. OLE color: 8284279.

HSL color Cylindrical-coordinate representation of color #77687E: hue angle of 280.91º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #77687E is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB119104126-
CMYK0.060.1700.51
HSL280.91º9.57%45.1%-
HSV(B)280.91º17.46%49.41%-
XYZ16.3215.3321.84-
YUV110.99136.47133.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.10%
GREEN value IS 104 (41.02% from 255) = 29.80%
BLUE value IS 126 (49.61% from 255) = 36.10%
R=34.10%
G=29.80%
B=36.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1191041260.060.1700.51280.919.5745.1
Hex77687E611033119a2d
Octal1671501766210634311255
Binary1110111110100011111101101000101100111000110011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77687E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77687E; }

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

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

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

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

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

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

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

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