Shades of Scarpa Flow #706C73
Tints of Scarpa Flow #706C73
RGB
CMYK
RGB Variations
Color information
#706C73 (or 0x706C73) is known color: Scarpa Flow. HEX triplet: 70, 6C and 73. RGB value is (112,108,115). Sum of RGB (Red+Green+Blue) = 112+108+115=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 115 - color contains mainly: blue. Hex color #706C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706C73 is #8F938C. Grayscale: #6D6D6D. Windows color (decimal): -9409421 or 7564400. OLE color: 7564400.
HSL color Cylindrical-coordinate representation of color #706C73: hue angle of 274.29º 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 #706C73 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 108 | 115 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.55 |
| HSL | 274.29º | 0.03% | 0.44% | - |
| HSV(B) | 274.29º | 0.06% | 0.45% | - |
| XYZ | 15.14 | 15.41 | 18.4 | - |
| YUV | 109.99 | 130.83 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 115 | 0.03 | 0.06 | 0 | 0.55 | 274.29 | 0.03 | 0.44 |
| Hex | 70 | 6C | 73 | 3 | 6 | 0 | 37 | 112 | 3 | 2C |
| Octal | 160 | 154 | 163 | 3 | 6 | 0 | 67 | 422 | 3 | 54 |
| Binary | 1110000 | 1101100 | 1110011 | 11 | 110 | 0 | 110111 | 100010010 | 11 | 101100 |
Color Harmonies of #706C73
Complementary color
Monochromatic Colors of #706C73
Black with #706C73
Text Example
Text Example
White with #706C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706C73; }
p { color: rgb(112,108,115); }
H1.HeaderClassName
{
color: #706C73;
}
.AnyTagClassName
{
color: #706C73;
}
</style>
background-color css
<style>
a { background-color: #706C73; }
a { background-color: rgb(112,108,115); }
div.DivClassName
{
background-color: #706C73;
}
.BgClassName
{
background-color: #706C73;
}
</style>
border-color css
<style>
span { border-color: #706C73; }
span { border-color: rgb(112,108,115); }
td.TdClassName
{
border-color: #706C73;
}
.TagClassName
{
border-color: #706C73;
}
</style>