#70657D

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

Shades of Mamba #70657D

Tints of Mamba #70657D

Color information

#70657D (or 0x70657D) is unknown color: approx Mamba. HEX triplet: 70, 65 and 7D. RGB value is (112,101,125). Sum of RGB (Red+Green+Blue) = 112+101+125=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 125 - color contains mainly: blue. Hex color #70657D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70657D is #8F9A82. Grayscale: #6A6A6A. Windows color (decimal): -9411203 or 8217968. OLE color: 8217968.

HSL color Cylindrical-coordinate representation of color #70657D: hue angle of 267.5º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #70657D is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB112101125-
CMYK0.100.1900.51
HSL267.5º10.62%44.31%-
HSV(B)267.5º19.2%49.02%-
XYZ15.0414.2321.36-
YUV107.02138.14131.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.14%
GREEN value IS 101 (39.84% from 255) = 29.88%
BLUE value IS 125 (49.22% from 255) = 36.98%
R=33.14%
G=29.88%
B=36.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1121011250.100.1900.51267.510.6244.31
Hex70657DA1303310cb2c
Octal16014517512230634141354
Binary11100001100101111110110101001101100111000011001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70657D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70657D; }

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

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

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

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

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

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

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

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