Html Css Color HEX #70687C Mamba

📋 copy color: '#70687C'

red 112 ◦ green 104 ◦ blue 124

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

Shades of Mamba #70687C

Tints of Mamba #70687C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.59%

 BLUE value IS 124 (48.83% from 255) = 36.47%

R = 32.94%
G = 30.59%
B = 36.47%

CMYK

 C value IS 0.10

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70687C (or 0x70687C) is known color: Mamba. HEX triplet: 70, 68 and 7C. RGB value is (112,104,124). Sum of RGB (Red+Green+Blue) = 112+104+124=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 124 - color contains mainly: blue. Hex color #70687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70687C is #8F9783. Grayscale: #6C6C6C. Windows color (decimal): -9410436 or 8153200. OLE color: 8153200.

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

Color convert

RGB 112 104 124 -
CMYK 0.10 0.16 0 0.51
HSL 264º 0.09% 0.45% -
HSV(B) 264º 0.16% 0.49% -
XYZ 15.27 14.8 21.12 -
YUV 108.67 136.65 130.37 -
System Red Green Blue C M Y K H S L
Decimal 112 104 124 0.10 0.16 0 0.51 264 0.09 0.45
Hex 70 68 7C A 10 0 33 108 9 2D
Octal 160 150 174 12 20 0 63 410 11 55
Binary 1110000 1101000 1111100 1010 10000 0 110011 100001000 1001 101101

Color Harmonies of #70687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70687C

Black with #70687C

Text Example


Text Example

White with #70687C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70687C;
 }
 .AnyTagClassName
 {
   color: #70687C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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