#70667B

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

Shades of Mamba #70667B

Tints of Mamba #70667B

Color information

#70667B (or 0x70667B) is unknown color: approx Mamba. HEX triplet: 70, 66 and 7B. RGB value is (112,102,123). Sum of RGB (Red+Green+Blue) = 112+102+123=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 123 - color contains mainly: blue. Hex color #70667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70667B is #8F9984. Grayscale: #6B6B6B. Windows color (decimal): -9410949 or 8087152. OLE color: 8087152.

HSL color Cylindrical-coordinate representation of color #70667B: hue angle of 268.57º 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 #70667B is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB112102123-
CMYK0.090.1700.52
HSL268.57º9.33%44.12%-
HSV(B)268.57º17.07%48.24%-
XYZ15.0114.3820.72-
YUV107.38136.81131.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.23%
GREEN value IS 102 (40.23% from 255) = 30.27%
BLUE value IS 123 (48.44% from 255) = 36.50%
R=33.23%
G=30.27%
B=36.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1121021230.090.1700.52268.579.3344.12
Hex70667B91103410d92c
Octal16014617311210644151154
Binary11100001100110111101110011000101101001000011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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