#706979

Color #706979 Scarpa Flow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarpa Flow #706979

Tints of Scarpa Flow #706979

Color information

#706979 (or 0x706979) is unknown color: approx Scarpa Flow. HEX triplet: 70, 69 and 79. RGB value is (112,105,121). Sum of RGB (Red+Green+Blue) = 112+105+121=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 121 - color contains mainly: blue. Hex color #706979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706979 is #8F9686. Grayscale: #6C6C6C. Windows color (decimal): -9410183 or 7956848. OLE color: 7956848.

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

Color convert

RGB112105121-
CMYK0.070.1300.53
HSL266.25º7.08%44.31%-
HSV(B)266.25º13.22%47.45%-
XYZ15.1814.9320.17-
YUV108.92134.82130.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.14%
GREEN value IS 105 (41.41% from 255) = 31.07%
BLUE value IS 121 (47.66% from 255) = 35.80%
R=33.14%
G=31.07%
B=35.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1121051210.070.1300.53266.257.0844.31
Hex7069797D03510a72c
Octal160151171715065412754
Binary11100001101001111100111111010110101100001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706979; }

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

 H1.HeaderClassName
 {
   color: #706979;
 }
 .AnyTagClassName
 {
   color: #706979;
 }
</style>
background-color css

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

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

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

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

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

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