#70617D

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

Shades of Mamba #70617D

Tints of Mamba #70617D

Color information

#70617D (or 0x70617D) is unknown color: approx Mamba. HEX triplet: 70, 61 and 7D. RGB value is (112,97,125). Sum of RGB (Red+Green+Blue) = 112+97+125=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 125 - color contains mainly: blue. Hex color #70617D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70617D is #8F9E82. Grayscale: #686868. Windows color (decimal): -9412227 or 8216944. OLE color: 8216944.

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

Color convert

RGB11297125-
CMYK0.100.2200.51
HSL272.14º12.61%43.53%-
HSV(B)272.14º22.4%49.02%-
XYZ14.6613.4721.23-
YUV104.68139.47133.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.53%
GREEN value IS 97 (38.28% from 255) = 29.04%
BLUE value IS 125 (49.22% from 255) = 37.43%
R=33.53%
G=29.04%
B=37.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal112971250.100.2200.51272.1412.6143.53
Hex70617DA16033110d2c
Octal16014117512260634201554
Binary11100001100001111110110101011001100111000100001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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