#77737B

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

Shades of Mamba #77737B

Tints of Mamba #77737B

Color information

#77737B (or 0x77737B) is unknown color: approx Mamba. HEX triplet: 77, 73 and 7B. RGB value is (119,115,123). Sum of RGB (Red+Green+Blue) = 119+115+123=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 123 - color contains mainly: blue. Hex color #77737B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77737B is #888C84. Grayscale: #757575. Windows color (decimal): -8948869 or 8090487. OLE color: 8090487.

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

Color convert

RGB119115123-
CMYK0.030.0700.52
HSL270º3.36%46.67%-
HSV(B)270º6.5%48.24%-
XYZ17.3117.6121.23-
YUV117.11131.33129.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.33%
GREEN value IS 115 (45.31% from 255) = 32.21%
BLUE value IS 123 (48.44% from 255) = 34.45%
R=33.33%
G=32.21%
B=34.45%

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
Decimal1191151230.030.0700.522703.3646.67
Hex77737B3703410e32f
Octal16716317337064416357
Binary11101111110011111101111111011010010000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77737B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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