#746F7B

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

Shades of Mamba #746F7B

Tints of Mamba #746F7B

Color information

#746F7B (or 0x746F7B) is unknown color: approx Mamba. HEX triplet: 74, 6F and 7B. RGB value is (116,111,123). Sum of RGB (Red+Green+Blue) = 116+111+123=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 123 - color contains mainly: blue. Hex color #746F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746F7B is #8B9084. Grayscale: #717171. Windows color (decimal): -9146501 or 8089460. OLE color: 8089460.

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

Color convert

RGB116111123-
CMYK0.060.1000.52
HSL265º5.13%45.88%-
HSV(B)265º9.76%48.24%-
XYZ16.4616.5121.06-
YUV113.86133.16129.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.14%
GREEN value IS 111 (43.75% from 255) = 31.71%
BLUE value IS 123 (48.44% from 255) = 35.14%
R=33.14%
G=31.71%
B=35.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1161111230.060.1000.522655.1345.88
Hex746F7B6A03410952e
Octal164157173612064411556
Binary11101001101111111101111010100110100100001001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746F7B; }

 p { color: rgb(116,111,123); }

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

<style>
 a { background-color: #746F7B; }

 a { background-color: rgb(116,111,123); }

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

<style>
 span { border-color: #746F7B; }

 span { border-color: rgb(116,111,123); }

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