#70647D

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

Shades of Mamba #70647D

Tints of Mamba #70647D

Color information

#70647D (or 0x70647D) is unknown color: approx Mamba. HEX triplet: 70, 64 and 7D. RGB value is (112,100,125). Sum of RGB (Red+Green+Blue) = 112+100+125=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 125 - color contains mainly: blue. Hex color #70647D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70647D is #8F9B82. Grayscale: #6A6A6A. Windows color (decimal): -9411459 or 8217712. OLE color: 8217712.

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

Color convert

RGB112100125-
CMYK0.100.200.51
HSL268.8º11.11%44.12%-
HSV(B)268.8º20%49.02%-
XYZ14.9414.0421.32-
YUV106.44138.48131.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.23%
GREEN value IS 100 (39.45% from 255) = 29.67%
BLUE value IS 125 (49.22% from 255) = 37.09%
R=33.23%
G=29.67%
B=37.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1121001250.100.200.51268.811.1144.12
Hex70647DA1403310db2c
Octal16014417512240634151354
Binary11100001100100111110110101010001100111000011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70647D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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