#70627C

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

Shades of Mamba #70627C

Tints of Mamba #70627C

Color information

#70627C (or 0x70627C) is unknown color: approx Mamba. HEX triplet: 70, 62 and 7C. RGB value is (112,98,124). Sum of RGB (Red+Green+Blue) = 112+98+124=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 124 - color contains mainly: blue. Hex color #70627C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70627C is #8F9D83. Grayscale: #696969. Windows color (decimal): -9411972 or 8151664. OLE color: 8151664.

HSL color Cylindrical-coordinate representation of color #70627C: hue angle of 272.31º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #70627C is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11298124-
CMYK0.100.2100.51
HSL272.31º11.71%43.53%-
HSV(B)272.31º20.97%48.63%-
XYZ14.6913.6420.93-
YUV105.15138.64132.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.53%
GREEN value IS 98 (38.67% from 255) = 29.34%
BLUE value IS 124 (48.83% from 255) = 37.13%
R=33.53%
G=29.34%
B=37.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal112981240.100.2100.51272.3111.7143.53
Hex70627CA15033110c2c
Octal16014217412250634201454
Binary11100001100010111110010101010101100111000100001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70627C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70627C; }

 p { color: rgb(112,98,124); }

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

<style>
 a { background-color: #70627C; }

 a { background-color: rgb(112,98,124); }

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

<style>
 span { border-color: #70627C; }

 span { border-color: rgb(112,98,124); }

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