#706379

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

Shades of Mamba #706379

Tints of Mamba #706379

Color information

#706379 (or 0x706379) is unknown color: approx Mamba. HEX triplet: 70, 63 and 79. RGB value is (112,99,121). Sum of RGB (Red+Green+Blue) = 112+99+121=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 121 - color contains mainly: blue. Hex color #706379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706379 is #8F9C86. Grayscale: #696969. Windows color (decimal): -9411719 or 7955312. OLE color: 7955312.

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

Color convert

RGB11299121-
CMYK0.070.1800.53
HSL275.45º10%43.14%-
HSV(B)275.45º18.18%47.45%-
XYZ14.613.7519.97-
YUV105.4136.81132.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.73%
GREEN value IS 99 (39.06% from 255) = 29.82%
BLUE value IS 121 (47.66% from 255) = 36.45%
R=33.73%
G=29.82%
B=36.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112991210.070.1800.53275.451043.14
Hex706379712035113a2b
Octal1601431717220654231253
Binary1110000110001111110011111001001101011000100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706379; }

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

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

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

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

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

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

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

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