Shades of Scarpa Flow #716F73
Tints of Scarpa Flow #716F73
RGB
CMYK
RGB Variations
Color information
#716F73 (or 0x716F73) is known color: Scarpa Flow. HEX triplet: 71, 6F and 73. RGB value is (113,111,115). Sum of RGB (Red+Green+Blue) = 113+111+115=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 115 - color contains mainly: blue. Hex color #716F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716F73 is #8E908C. Grayscale: #707070. Windows color (decimal): -9343117 or 7565169. OLE color: 7565169.
HSL color Cylindrical-coordinate representation of color #716F73: hue angle of 270º degrees, saturation: 0.02, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #716F73 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 111 | 115 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.55 |
| HSL | 270º | 0.02% | 0.44% | - |
| HSV(B) | 270º | 0.03% | 0.45% | - |
| XYZ | 15.59 | 16.12 | 18.51 | - |
| YUV | 112.05 | 129.66 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 111 | 115 | 0.02 | 0.03 | 0 | 0.55 | 270 | 0.02 | 0.44 |
| Hex | 71 | 6F | 73 | 2 | 3 | 0 | 37 | 10E | 2 | 2C |
| Octal | 161 | 157 | 163 | 2 | 3 | 0 | 67 | 416 | 2 | 54 |
| Binary | 1110001 | 1101111 | 1110011 | 10 | 11 | 0 | 110111 | 100001110 | 10 | 101100 |
Color Harmonies of #716F73
Complementary color
Monochromatic Colors of #716F73
Black with #716F73
Text Example
Text Example
White with #716F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716F73; }
p { color: rgb(113,111,115); }
H1.HeaderClassName
{
color: #716F73;
}
.AnyTagClassName
{
color: #716F73;
}
</style>
background-color css
<style>
a { background-color: #716F73; }
a { background-color: rgb(113,111,115); }
div.DivClassName
{
background-color: #716F73;
}
.BgClassName
{
background-color: #716F73;
}
</style>
border-color css
<style>
span { border-color: #716F73; }
span { border-color: rgb(113,111,115); }
td.TdClassName
{
border-color: #716F73;
}
.TagClassName
{
border-color: #716F73;
}
</style>