Html Css Color HEX #70647B Mamba

📋 copy color: '#70647B'

red 112 ◦ green 100 ◦ blue 123

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

Shades of Mamba #70647B

Tints of Mamba #70647B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.72%

R = 33.43%
G = 29.85%
B = 36.72%

CMYK

 C value IS 0.09

 M value IS 0.19

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#70647B (or 0x70647B) is known color: Mamba. HEX triplet: 70, 64 and 7B. RGB value is (112,100,123). Sum of RGB (Red+Green+Blue) = 112+100+123=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 123 - color contains mainly: blue. Hex color #70647B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70647B is #8F9B84. Grayscale: #6A6A6A. Windows color (decimal): -9411461 or 8086640. OLE color: 8086640.

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

Color convert

RGB 112 100 123 -
CMYK 0.09 0.19 0 0.52
HSL 271.3º 0.1% 0.44% -
HSV(B) 271.3º 0.19% 0.48% -
XYZ 14.81 13.99 20.66 -
YUV 106.21 137.48 132.13 -
System Red Green Blue C M Y K H S L
Decimal 112 100 123 0.09 0.19 0 0.52 271.3 0.1 0.44
Hex 70 64 7B 9 13 0 34 10F A 2C
Octal 160 144 173 11 23 0 64 417 12 54
Binary 1110000 1100100 1111011 1001 10011 0 110100 100001111 1010 101100

Color Harmonies of #70647B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70647B

Black with #70647B

Text Example


Text Example

White with #70647B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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