#706976

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

Shades of Mamba #706976

Tints of Mamba #706976

Color information

#706976 (or 0x706976) is unknown color: approx Mamba. HEX triplet: 70, 69 and 76. RGB value is (112,105,118). Sum of RGB (Red+Green+Blue) = 112+105+118=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 118 - color contains mainly: blue. Hex color #706976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706976 is #8F9689. Grayscale: #6C6C6C. Windows color (decimal): -9410186 or 7760240. OLE color: 7760240.

HSL color Cylindrical-coordinate representation of color #706976: hue angle of 272.31º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #706976 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB112105118-
CMYK0.050.1100.54
HSL272.31º5.83%43.73%-
HSV(B)272.31º11.02%46.27%-
XYZ1514.8619.22-
YUV108.57133.32130.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.43%
GREEN value IS 105 (41.41% from 255) = 31.34%
BLUE value IS 118 (46.48% from 255) = 35.22%
R=33.43%
G=31.34%
B=35.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1121051180.050.1100.54272.315.8343.73
Hex7069765B03611062c
Octal160151166513066420654
Binary11100001101001111011010110110110110100010000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706976; }

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

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

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

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

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

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

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

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