#70607C

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

Shades of Mamba #70607C

Tints of Mamba #70607C

Color information

#70607C (or 0x70607C) is unknown color: approx Mamba. HEX triplet: 70, 60 and 7C. RGB value is (112,96,124). Sum of RGB (Red+Green+Blue) = 112+96+124=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 124 - color contains mainly: blue. Hex color #70607C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70607C is #8F9F83. Grayscale: #676767. Windows color (decimal): -9412484 or 8151152. OLE color: 8151152.

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

Color convert

RGB11296124-
CMYK0.100.2300.51
HSL274.29º12.73%43.14%-
HSV(B)274.29º22.58%48.63%-
XYZ14.513.2720.86-
YUV103.98139.3133.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.73%
GREEN value IS 96 (37.89% from 255) = 28.92%
BLUE value IS 124 (48.83% from 255) = 37.35%
R=33.73%
G=28.92%
B=37.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal112961240.100.2300.51274.2912.7343.14
Hex70607CA17033112d2b
Octal16014017412270634221553
Binary11100001100000111110010101011101100111000100101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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