#77727D

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

Shades of Mamba #77727D

Tints of Mamba #77727D

Color information

#77727D (or 0x77727D) is unknown color: approx Mamba. HEX triplet: 77, 72 and 7D. RGB value is (119,114,125). Sum of RGB (Red+Green+Blue) = 119+114+125=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 125 - color contains mainly: blue. Hex color #77727D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77727D is #888D82. Grayscale: #747474. Windows color (decimal): -8949123 or 8221303. OLE color: 8221303.

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

Color convert

RGB119114125-
CMYK0.050.0900.51
HSL267.27º4.6%46.86%-
HSV(B)267.27º8.8%49.02%-
XYZ17.3317.4421.85-
YUV116.75132.66129.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.24%
GREEN value IS 114 (44.92% from 255) = 31.84%
BLUE value IS 125 (49.22% from 255) = 34.92%
R=33.24%
G=31.84%
B=34.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1191141250.050.0900.51267.274.646.86
Hex77727D5903310b52f
Octal167162175511063413557
Binary11101111110010111110110110010110011100001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77727D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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