#70657C

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

Shades of Mamba #70657C

Tints of Mamba #70657C

Color information

#70657C (or 0x70657C) is unknown color: approx Mamba. HEX triplet: 70, 65 and 7C. RGB value is (112,101,124). Sum of RGB (Red+Green+Blue) = 112+101+124=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 124 - color contains mainly: blue. Hex color #70657C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70657C is #8F9A83. Grayscale: #6A6A6A. Windows color (decimal): -9411204 or 8152432. OLE color: 8152432.

HSL color Cylindrical-coordinate representation of color #70657C: hue angle of 268.7º degrees, saturation: 0.1, 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 #70657C is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB112101124-
CMYK0.100.1900.51
HSL268.7º10.22%44.12%-
HSV(B)268.7º18.55%48.63%-
XYZ14.9714.2121.02-
YUV106.91137.64131.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.23%
GREEN value IS 101 (39.84% from 255) = 29.97%
BLUE value IS 124 (48.83% from 255) = 36.80%
R=33.23%
G=29.97%
B=36.80%

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
Decimal1121011240.100.1900.51268.710.2244.12
Hex70657CA1303310da2c
Octal16014517412230634151254
Binary11100001100101111110010101001101100111000011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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