#76707D

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

Shades of Mamba #76707D

Tints of Mamba #76707D

Color information

#76707D (or 0x76707D) is unknown color: approx Mamba. HEX triplet: 76, 70 and 7D. RGB value is (118,112,125). Sum of RGB (Red+Green+Blue) = 118+112+125=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 125 - color contains mainly: blue. Hex color #76707D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76707D is #898F82. Grayscale: #737373. Windows color (decimal): -9015171 or 8220790. OLE color: 8220790.

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

Color convert

RGB118112125-
CMYK0.060.1000.51
HSL267.69º5.49%46.47%-
HSV(B)267.69º10.4%49.02%-
XYZ16.9716.9221.77-
YUV115.28133.49129.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.24%
GREEN value IS 112 (44.14% from 255) = 31.55%
BLUE value IS 125 (49.22% from 255) = 35.21%
R=33.24%
G=31.55%
B=35.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1181121250.060.1000.51267.695.4946.47
Hex76707D6A03310c52e
Octal166160175612063414556
Binary11101101110000111110111010100110011100001100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76707D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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