#70607B

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

Shades of Mamba #70607B

Tints of Mamba #70607B

Color information

#70607B (or 0x70607B) is unknown color: approx Mamba. HEX triplet: 70, 60 and 7B. RGB value is (112,96,123). Sum of RGB (Red+Green+Blue) = 112+96+123=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 123 - color contains mainly: blue. Hex color #70607B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70607B is #8F9F84. Grayscale: #676767. Windows color (decimal): -9412485 or 8085616. OLE color: 8085616.

HSL color Cylindrical-coordinate representation of color #70607B: hue angle of 275.56º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #70607B is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11296123-
CMYK0.090.2200.52
HSL275.56º12.33%42.94%-
HSV(B)275.56º21.95%48.24%-
XYZ14.4413.2420.53-
YUV103.86138.8133.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.84%
GREEN value IS 96 (37.89% from 255) = 29.00%
BLUE value IS 123 (48.44% from 255) = 37.16%
R=33.84%
G=29.00%
B=37.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal112961230.090.2200.52275.5612.3342.94
Hex70607B916034114c2b
Octal16014017311260644241453
Binary11100001100000111101110011011001101001000101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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