#706879

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

Shades of Mamba #706879

Tints of Mamba #706879

Color information

#706879 (or 0x706879) is unknown color: approx Mamba. HEX triplet: 70, 68 and 79. RGB value is (112,104,121). Sum of RGB (Red+Green+Blue) = 112+104+121=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 121 - color contains mainly: blue. Hex color #706879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706879 is #8F9786. Grayscale: #6C6C6C. Windows color (decimal): -9410439 or 7956592. OLE color: 7956592.

HSL color Cylindrical-coordinate representation of color #706879: hue angle of 268.24º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #706879 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB112104121-
CMYK0.070.1400.53
HSL268.24º7.56%44.12%-
HSV(B)268.24º14.05%47.45%-
XYZ15.0814.7320.14-
YUV108.33135.15130.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.23%
GREEN value IS 104 (41.02% from 255) = 30.86%
BLUE value IS 121 (47.66% from 255) = 35.91%
R=33.23%
G=30.86%
B=35.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1121041210.070.1400.53268.247.5644.12
Hex7068797E03510c82c
Octal1601501717160654141054
Binary111000011010001111001111111001101011000011001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706879; }

 p { color: rgb(112,104,121); }

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

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

 a { background-color: rgb(112,104,121); }

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

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

 span { border-color: rgb(112,104,121); }

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