#76707B

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

Shades of Mamba #76707B

Tints of Mamba #76707B

Color information

#76707B (or 0x76707B) is unknown color: approx Mamba. HEX triplet: 76, 70 and 7B. RGB value is (118,112,123). Sum of RGB (Red+Green+Blue) = 118+112+123=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 123 - color contains mainly: blue. Hex color #76707B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76707B is #898F84. Grayscale: #737373. Windows color (decimal): -9015173 or 8089718. OLE color: 8089718.

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

Color convert

RGB118112123-
CMYK0.040.0900.52
HSL272.73º4.68%46.08%-
HSV(B)272.73º8.94%48.24%-
XYZ16.8416.8721.11-
YUV115.05132.49130.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.43%
GREEN value IS 112 (44.14% from 255) = 31.73%
BLUE value IS 123 (48.44% from 255) = 34.84%
R=33.43%
G=31.73%
B=34.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1181121230.040.0900.52272.734.6846.08
Hex76707B4903411152e
Octal166160173411064421556
Binary11101101110000111101110010010110100100010001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,112,123); }

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

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

 a { background-color: rgb(118,112,123); }

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

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

 span { border-color: rgb(118,112,123); }

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