#70607F

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

Shades of Mamba #70607F

Tints of Mamba #70607F

Color information

#70607F (or 0x70607F) is unknown color: approx Mamba. HEX triplet: 70, 60 and 7F. RGB value is (112,96,127). Sum of RGB (Red+Green+Blue) = 112+96+127=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 127 - color contains mainly: blue. Hex color #70607F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70607F is #8F9F80. Grayscale: #686868. Windows color (decimal): -9412481 or 8347760. OLE color: 8347760.

HSL color Cylindrical-coordinate representation of color #70607F: hue angle of 270.97º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #70607F is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11296127-
CMYK0.120.2400.50
HSL270.97º13.9%43.73%-
HSV(B)270.97º24.41%49.8%-
XYZ14.713.3421.88-
YUV104.32140.8133.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.43%
GREEN value IS 96 (37.89% from 255) = 28.66%
BLUE value IS 127 (50% from 255) = 37.91%
R=33.43%
G=28.66%
B=37.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal112961270.120.2400.50270.9713.943.73
Hex70607FC1803210fe2c
Octal16014017714300624171654
Binary11100001100000111111111001100001100101000011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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