#70677B

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

Shades of Mamba #70677B

Tints of Mamba #70677B

Color information

#70677B (or 0x70677B) is unknown color: approx Mamba. HEX triplet: 70, 67 and 7B. RGB value is (112,103,123). Sum of RGB (Red+Green+Blue) = 112+103+123=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 123 - color contains mainly: blue. Hex color #70677B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70677B is #8F9884. Grayscale: #6B6B6B. Windows color (decimal): -9410693 or 8087408. OLE color: 8087408.

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

Color convert

RGB112103123-
CMYK0.090.1600.52
HSL267º8.85%44.31%-
HSV(B)267º16.26%48.24%-
XYZ15.1114.5820.76-
YUV107.97136.48130.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.14%
GREEN value IS 103 (40.62% from 255) = 30.47%
BLUE value IS 123 (48.44% from 255) = 36.39%
R=33.14%
G=30.47%
B=36.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1121031230.090.1600.522678.8544.31
Hex70677B91003410b92c
Octal16014717311200644131154
Binary11100001100111111101110011000001101001000010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70677B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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