Html Css Color HEX #70627C Mamba

📋 copy color: '#70627C'

red 112 ◦ green 98 ◦ blue 124

#70627C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mamba #70627C

Tints of Mamba #70627C

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 value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70627C (or 0x70627C) is known color: 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

RGB 112 98 124 -
CMYK 0.10 0.21 0 0.51
HSL 272.31º 0.12% 0.44% -
HSV(B) 272.31º 0.21% 0.49% -
XYZ 14.69 13.64 20.93 -
YUV 105.15 138.64 132.89 -
System Red Green Blue C M Y K H S L
Decimal 112 98 124 0.10 0.21 0 0.51 272.31 0.12 0.44
Hex 70 62 7C A 15 0 33 110 C 2C
Octal 160 142 174 12 25 0 63 420 14 54
Binary 1110000 1100010 1111100 1010 10101 0 110011 100010000 1100 101100

Color Harmonies of #70627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70627C

Black with #70627C

Text Example


Text Example

White with #70627C

Text Example


Text Example

HTML Codes & Css Web 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>