#77697D

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

Shades of Mamba #77697D

Tints of Mamba #77697D

Color information

#77697D (or 0x77697D) is unknown color: approx Mamba. HEX triplet: 77, 69 and 7D. RGB value is (119,105,125). Sum of RGB (Red+Green+Blue) = 119+105+125=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 125 - color contains mainly: blue. Hex color #77697D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77697D is #889682. Grayscale: #6F6F6F. Windows color (decimal): -8951427 or 8218999. OLE color: 8218999.

HSL color Cylindrical-coordinate representation of color #77697D: hue angle of 282º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #77697D is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB119105125-
CMYK0.050.1600.51
HSL282º8.7%45.1%-
HSV(B)282º16%49.02%-
XYZ16.3615.5121.53-
YUV111.47135.64133.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.10%
GREEN value IS 105 (41.41% from 255) = 30.09%
BLUE value IS 125 (49.22% from 255) = 35.82%
R=34.10%
G=30.09%
B=35.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1191051250.050.1600.512828.745.1
Hex77697D51003311a92d
Octal1671511755200634321155
Binary1110111110100111111011011000001100111000110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77697D; }

 p { color: rgb(119,105,125); }

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

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

 a { background-color: rgb(119,105,125); }

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

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

 span { border-color: rgb(119,105,125); }

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