#70657A

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

Shades of Mamba #70657A

Tints of Mamba #70657A

Color information

#70657A (or 0x70657A) is unknown color: approx Mamba. HEX triplet: 70, 65 and 7A. RGB value is (112,101,122). Sum of RGB (Red+Green+Blue) = 112+101+122=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 122 - color contains mainly: blue. Hex color #70657A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70657A is #8F9A85. Grayscale: #6A6A6A. Windows color (decimal): -9411206 or 8021360. OLE color: 8021360.

HSL color Cylindrical-coordinate representation of color #70657A: hue angle of 271.43º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #70657A is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB112101122-
CMYK0.080.1700.52
HSL271.43º9.42%43.73%-
HSV(B)271.43º17.21%47.84%-
XYZ14.8514.1620.36-
YUV106.68136.64131.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.43%
GREEN value IS 101 (39.84% from 255) = 30.15%
BLUE value IS 122 (48.05% from 255) = 36.42%
R=33.43%
G=30.15%
B=36.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1121011220.080.1700.52271.439.4243.73
Hex70657A81103410f92c
Octal16014517210210644171154
Binary11100001100101111101010001000101101001000011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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