Shades of Scarpa Flow #706A78
Tints of Scarpa Flow #706A78
RGB
CMYK
RGB Variations
Color information
#706A78 (or 0x706A78) is known color: Scarpa Flow. HEX triplet: 70, 6A and 78. RGB value is (112,106,120). Sum of RGB (Red+Green+Blue) = 112+106+120=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 120 - color contains mainly: blue. Hex color #706A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706A78 is #8F9587. Grayscale: #6D6D6D. Windows color (decimal): -9409928 or 7891568. OLE color: 7891568.
HSL color Cylindrical-coordinate representation of color #706A78: hue angle of 265.71º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #706A78 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 106 | 120 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.53 |
| HSL | 265.71º | 0.06% | 0.44% | - |
| HSV(B) | 265.71º | 0.12% | 0.47% | - |
| XYZ | 15.23 | 15.11 | 19.88 | - |
| YUV | 109.39 | 133.99 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 120 | 0.07 | 0.12 | 0 | 0.53 | 265.71 | 0.06 | 0.44 |
| Hex | 70 | 6A | 78 | 7 | C | 0 | 35 | 10A | 6 | 2C |
| Octal | 160 | 152 | 170 | 7 | 14 | 0 | 65 | 412 | 6 | 54 |
| Binary | 1110000 | 1101010 | 1111000 | 111 | 1100 | 0 | 110101 | 100001010 | 110 | 101100 |
Color Harmonies of #706A78
Complementary color
Monochromatic Colors of #706A78
Black with #706A78
Text Example
Text Example
White with #706A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706A78; }
p { color: rgb(112,106,120); }
H1.HeaderClassName
{
color: #706A78;
}
.AnyTagClassName
{
color: #706A78;
}
</style>
background-color css
<style>
a { background-color: #706A78; }
a { background-color: rgb(112,106,120); }
div.DivClassName
{
background-color: #706A78;
}
.BgClassName
{
background-color: #706A78;
}
</style>
border-color css
<style>
span { border-color: #706A78; }
span { border-color: rgb(112,106,120); }
td.TdClassName
{
border-color: #706A78;
}
.TagClassName
{
border-color: #706A78;
}
</style>