Html Css Color HEX #706879 Mamba

📋 copy color: '#706879'

red 112 ◦ green 104 ◦ blue 121

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

Shades of Mamba #706879

Tints of Mamba #706879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 35.91%

R = 33.23%
G = 30.86%
B = 35.91%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#706879 (or 0x706879) is known color: Mamba. HEX triplet: 70, 68 and 79. RGB value is (112,104,121). Sum of RGB (Red+Green+Blue) = 112+104+121=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 121 - color contains mainly: blue. Hex color #706879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706879 is #8F9786. Grayscale: #6C6C6C. Windows color (decimal): -9410439 or 7956592. OLE color: 7956592.

HSL color Cylindrical-coordinate representation of color #706879: hue angle of 268.24º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #706879 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 104 121 -
CMYK 0.07 0.14 0 0.53
HSL 268.24º 0.08% 0.44% -
HSV(B) 268.24º 0.14% 0.47% -
XYZ 15.08 14.73 20.14 -
YUV 108.33 135.15 130.62 -
System Red Green Blue C M Y K H S L
Decimal 112 104 121 0.07 0.14 0 0.53 268.24 0.08 0.44
Hex 70 68 79 7 E 0 35 10C 8 2C
Octal 160 150 171 7 16 0 65 414 10 54
Binary 1110000 1101000 1111001 111 1110 0 110101 100001100 1000 101100

Color Harmonies of #706879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706879

Black with #706879

Text Example


Text Example

White with #706879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706879; }

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

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

background-color css

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

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

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

border-color css

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

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

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