#706578

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

Shades of Mamba #706578

Tints of Mamba #706578

Color information

#706578 (or 0x706578) is unknown color: approx Mamba. HEX triplet: 70, 65 and 78. RGB value is (112,101,120). Sum of RGB (Red+Green+Blue) = 112+101+120=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 120 - color contains mainly: blue. Hex color #706578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706578 is #8F9A87. Grayscale: #6A6A6A. Windows color (decimal): -9411208 or 7890288. OLE color: 7890288.

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

Color convert

RGB112101120-
CMYK0.070.1600.53
HSL274.74º8.6%43.33%-
HSV(B)274.74º15.83%47.06%-
XYZ14.7314.1119.72-
YUV106.46135.64131.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.63%
GREEN value IS 101 (39.84% from 255) = 30.33%
BLUE value IS 120 (47.27% from 255) = 36.04%
R=33.63%
G=30.33%
B=36.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1121011200.070.1600.53274.748.643.33
Hex70657871003511392b
Octal1601451707200654231153
Binary1110000110010111110001111000001101011000100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706578; }

 p { color: rgb(112,101,120); }

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

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

 a { background-color: rgb(112,101,120); }

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

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

 span { border-color: rgb(112,101,120); }

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