Html Css Color HEX #70647A Mamba

📋 copy color: '#70647A'

red 112 ◦ green 100 ◦ blue 122

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

Shades of Mamba #70647A

Tints of Mamba #70647A

RGB

 RED value IS 112 (44.14% from 255) = 33.53%

 GREEN value IS 100 (39.45% from 255) = 29.94%

 BLUE value IS 122 (48.05% from 255) = 36.53%

R = 33.53%
G = 29.94%
B = 36.53%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#70647A (or 0x70647A) is known color: Mamba. HEX triplet: 70, 64 and 7A. RGB value is (112,100,122). Sum of RGB (Red+Green+Blue) = 112+100+122=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 122 - color contains mainly: blue. Hex color #70647A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70647A is #8F9B85. Grayscale: #6A6A6A. Windows color (decimal): -9411462 or 8021104. OLE color: 8021104.

HSL color Cylindrical-coordinate representation of color #70647A: hue angle of 272.73º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #70647A is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 112 100 122 -
CMYK 0.08 0.18 0 0.52
HSL 272.73º 0.1% 0.44% -
HSV(B) 272.73º 0.18% 0.48% -
XYZ 14.75 13.96 20.33 -
YUV 106.1 136.98 132.21 -
System Red Green Blue C M Y K H S L
Decimal 112 100 122 0.08 0.18 0 0.52 272.73 0.1 0.44
Hex 70 64 7A 8 12 0 34 111 A 2C
Octal 160 144 172 10 22 0 64 421 12 54
Binary 1110000 1100100 1111010 1000 10010 0 110100 100010001 1010 101100

Color Harmonies of #70647A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70647A

Black with #70647A

Text Example


Text Example

White with #70647A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70647A;
 }
 .AnyTagClassName
 {
   color: #70647A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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