#70687A

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

Shades of Mamba #70687A

Tints of Mamba #70687A

Color information

#70687A (or 0x70687A) is unknown color: approx Mamba. HEX triplet: 70, 68 and 7A. RGB value is (112,104,122). Sum of RGB (Red+Green+Blue) = 112+104+122=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 122 - color contains mainly: blue. Hex color #70687A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70687A is #8F9785. Grayscale: #6C6C6C. Windows color (decimal): -9410438 or 8022128. OLE color: 8022128.

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

Color convert

RGB112104122-
CMYK0.080.1500.52
HSL266.67º7.96%44.31%-
HSV(B)266.67º14.75%47.84%-
XYZ15.1514.7520.46-
YUV108.44135.65130.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.14%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 122 (48.05% from 255) = 36.09%
R=33.14%
G=30.77%
B=36.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1121041220.080.1500.52266.677.9644.31
Hex70687A8F03410b82c
Octal16015017210170644131054
Binary1110000110100011110101000111101101001000010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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