Html Css Color HEX #70687A Mamba

📋 copy color: '#70687A'

red 112 ◦ green 104 ◦ blue 122

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

Shades of Mamba #70687A

Tints of Mamba #70687A

RGB

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

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

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

R = 33.14%
G = 30.77%
B = 36.09%

CMYK

 C value IS 0.08

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#70687A (or 0x70687A) is known color: Mamba. HEX triplet: 70, 68 and 7A. RGB value is (112,104,122). Sum of RGB (Red+Green+Blue) = 112+104+122=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 122 - color contains mainly: blue. Hex color #70687A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70687A is #8F9785. Grayscale: #6C6C6C. Windows color (decimal): -9410438 or 8022128. OLE color: 8022128.

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

Color convert

RGB 112 104 122 -
CMYK 0.08 0.15 0 0.52
HSL 266.67º 0.08% 0.44% -
HSV(B) 266.67º 0.15% 0.48% -
XYZ 15.15 14.75 20.46 -
YUV 108.44 135.65 130.54 -
System Red Green Blue C M Y K H S L
Decimal 112 104 122 0.08 0.15 0 0.52 266.67 0.08 0.44
Hex 70 68 7A 8 F 0 34 10B 8 2C
Octal 160 150 172 10 17 0 64 413 10 54
Binary 1110000 1101000 1111010 1000 1111 0 110100 100001011 1000 101100

Color Harmonies of #70687A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70687A

Black with #70687A

Text Example


Text Example

White with #70687A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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