Shades of Scarpa Flow #706C76
Tints of Scarpa Flow #706C76
RGB
CMYK
RGB Variations
Color information
#706C76 (or 0x706C76) is known color: Scarpa Flow. HEX triplet: 70, 6C and 76. RGB value is (112,108,118). Sum of RGB (Red+Green+Blue) = 112+108+118=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 118 - color contains mainly: blue. Hex color #706C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706C76 is #8F9389. Grayscale: #6E6E6E. Windows color (decimal): -9409418 or 7761008. OLE color: 7761008.
HSL color Cylindrical-coordinate representation of color #706C76: hue angle of 264º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #706C76 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 108 | 118 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.54 |
| HSL | 264º | 0.04% | 0.44% | - |
| HSV(B) | 264º | 0.08% | 0.46% | - |
| XYZ | 15.31 | 15.48 | 19.32 | - |
| YUV | 110.34 | 132.33 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 118 | 0.05 | 0.08 | 0 | 0.54 | 264 | 0.04 | 0.44 |
| Hex | 70 | 6C | 76 | 5 | 8 | 0 | 36 | 108 | 4 | 2C |
| Octal | 160 | 154 | 166 | 5 | 10 | 0 | 66 | 410 | 4 | 54 |
| Binary | 1110000 | 1101100 | 1110110 | 101 | 1000 | 0 | 110110 | 100001000 | 100 | 101100 |
Color Harmonies of #706C76
Complementary color
Monochromatic Colors of #706C76
Black with #706C76
Text Example
Text Example
White with #706C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706C76; }
p { color: rgb(112,108,118); }
H1.HeaderClassName
{
color: #706C76;
}
.AnyTagClassName
{
color: #706C76;
}
</style>
background-color css
<style>
a { background-color: #706C76; }
a { background-color: rgb(112,108,118); }
div.DivClassName
{
background-color: #706C76;
}
.BgClassName
{
background-color: #706C76;
}
</style>
border-color css
<style>
span { border-color: #706C76; }
span { border-color: rgb(112,108,118); }
td.TdClassName
{
border-color: #706C76;
}
.TagClassName
{
border-color: #706C76;
}
</style>