#70677A

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

Shades of Mamba #70677A

Tints of Mamba #70677A

Color information

#70677A (or 0x70677A) is unknown color: approx Mamba. HEX triplet: 70, 67 and 7A. RGB value is (112,103,122). Sum of RGB (Red+Green+Blue) = 112+103+122=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 122 - color contains mainly: blue. Hex color #70677A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70677A is #8F9885. Grayscale: #6B6B6B. Windows color (decimal): -9410694 or 8021872. OLE color: 8021872.

HSL color Cylindrical-coordinate representation of color #70677A: hue angle of 268.42º degrees, saturation: 0.08, 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 #70677A is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB112103122-
CMYK0.080.1600.52
HSL268.42º8.44%44.12%-
HSV(B)268.42º15.57%47.84%-
XYZ15.0514.5520.43-
YUV107.86135.98130.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.23%
GREEN value IS 103 (40.62% from 255) = 30.56%
BLUE value IS 122 (48.05% from 255) = 36.20%
R=33.23%
G=30.56%
B=36.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1121031220.080.1600.52268.428.4444.12
Hex70677A81003410c82c
Octal16014717210200644141054
Binary11100001100111111101010001000001101001000011001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70677A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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