#77727B

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

Shades of Mamba #77727B

Tints of Mamba #77727B

Color information

#77727B (or 0x77727B) is unknown color: approx Mamba. HEX triplet: 77, 72 and 7B. RGB value is (119,114,123). Sum of RGB (Red+Green+Blue) = 119+114+123=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 123 - color contains mainly: blue. Hex color #77727B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77727B is #888D84. Grayscale: #747474. Windows color (decimal): -8949125 or 8090231. OLE color: 8090231.

HSL color Cylindrical-coordinate representation of color #77727B: hue angle of 273.33º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #77727B is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB119114123-
CMYK0.030.0700.52
HSL273.33º3.8%46.47%-
HSV(B)273.33º7.32%48.24%-
XYZ17.217.3921.19-
YUV116.52131.66129.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.43%
GREEN value IS 114 (44.92% from 255) = 32.02%
BLUE value IS 123 (48.44% from 255) = 34.55%
R=33.43%
G=32.02%
B=34.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1191141230.030.0700.52273.333.846.47
Hex77727B3703411142e
Octal16716217337064421456
Binary111011111100101111011111110110100100010001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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