#746A7B

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

Shades of Mamba #746A7B

Tints of Mamba #746A7B

Color information

#746A7B (or 0x746A7B) is unknown color: approx Mamba. HEX triplet: 74, 6A and 7B. RGB value is (116,106,123). Sum of RGB (Red+Green+Blue) = 116+106+123=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 123 - color contains mainly: blue. Hex color #746A7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746A7B is #8B9584. Grayscale: #6E6E6E. Windows color (decimal): -9147781 or 8088180. OLE color: 8088180.

HSL color Cylindrical-coordinate representation of color #746A7B: hue angle of 275.29º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #746A7B is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB116106123-
CMYK0.060.1400.52
HSL275.29º7.42%44.9%-
HSV(B)275.29º13.82%48.24%-
XYZ15.9315.4520.88-
YUV110.93134.81131.62-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.62%
GREEN value IS 106 (41.80% from 255) = 30.72%
BLUE value IS 123 (48.44% from 255) = 35.65%
R=33.62%
G=30.72%
B=35.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1161061230.060.1400.52275.297.4244.9
Hex746A7B6E03411372d
Octal164152173616064423755
Binary11101001101010111101111011100110100100010011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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