Shades of Scarpa Flow #706D74
Tints of Scarpa Flow #706D74
RGB
CMYK
RGB Variations
Color information
#706D74 (or 0x706D74) is known color: Scarpa Flow. HEX triplet: 70, 6D and 74. RGB value is (112,109,116). Sum of RGB (Red+Green+Blue) = 112+109+116=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 116 - color contains mainly: blue. Hex color #706D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D74 is #8F928B. Grayscale: #6E6E6E. Windows color (decimal): -9409164 or 7630192. OLE color: 7630192.
HSL color Cylindrical-coordinate representation of color #706D74: hue angle of 265.71º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #706D74 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 109 | 116 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.55 |
| HSL | 265.71º | 0.03% | 0.44% | - |
| HSV(B) | 265.71º | 0.06% | 0.45% | - |
| XYZ | 15.3 | 15.64 | 18.74 | - |
| YUV | 110.7 | 130.99 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 116 | 0.03 | 0.06 | 0 | 0.55 | 265.71 | 0.03 | 0.44 |
| Hex | 70 | 6D | 74 | 3 | 6 | 0 | 37 | 10A | 3 | 2C |
| Octal | 160 | 155 | 164 | 3 | 6 | 0 | 67 | 412 | 3 | 54 |
| Binary | 1110000 | 1101101 | 1110100 | 11 | 110 | 0 | 110111 | 100001010 | 11 | 101100 |
Color Harmonies of #706D74
Complementary color
Monochromatic Colors of #706D74
Black with #706D74
Text Example
Text Example
White with #706D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706D74; }
p { color: rgb(112,109,116); }
H1.HeaderClassName
{
color: #706D74;
}
.AnyTagClassName
{
color: #706D74;
}
</style>
background-color css
<style>
a { background-color: #706D74; }
a { background-color: rgb(112,109,116); }
div.DivClassName
{
background-color: #706D74;
}
.BgClassName
{
background-color: #706D74;
}
</style>
border-color css
<style>
span { border-color: #706D74; }
span { border-color: rgb(112,109,116); }
td.TdClassName
{
border-color: #706D74;
}
.TagClassName
{
border-color: #706D74;
}
</style>