Shades of Scarpa Flow #716D75
Tints of Scarpa Flow #716D75
RGB
CMYK
RGB Variations
Color information
#716D75 (or 0x716D75) is known color: Scarpa Flow. HEX triplet: 71, 6D and 75. RGB value is (113,109,117). Sum of RGB (Red+Green+Blue) = 113+109+117=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 117 - color contains mainly: blue. Hex color #716D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716D75 is #8E928A. Grayscale: #6F6F6F. Windows color (decimal): -9343627 or 7695729. OLE color: 7695729.
HSL color Cylindrical-coordinate representation of color #716D75: hue angle of 270º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #716D75 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 109 | 117 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.54 |
| HSL | 270º | 0.04% | 0.44% | - |
| HSV(B) | 270º | 0.07% | 0.46% | - |
| XYZ | 15.49 | 15.73 | 19.05 | - |
| YUV | 111.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 117 | 0.03 | 0.07 | 0 | 0.54 | 270 | 0.04 | 0.44 |
| Hex | 71 | 6D | 75 | 3 | 7 | 0 | 36 | 10E | 4 | 2C |
| Octal | 161 | 155 | 165 | 3 | 7 | 0 | 66 | 416 | 4 | 54 |
| Binary | 1110001 | 1101101 | 1110101 | 11 | 111 | 0 | 110110 | 100001110 | 100 | 101100 |
Color Harmonies of #716D75
Complementary color
Monochromatic Colors of #716D75
Black with #716D75
Text Example
Text Example
White with #716D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716D75; }
p { color: rgb(113,109,117); }
H1.HeaderClassName
{
color: #716D75;
}
.AnyTagClassName
{
color: #716D75;
}
</style>
background-color css
<style>
a { background-color: #716D75; }
a { background-color: rgb(113,109,117); }
div.DivClassName
{
background-color: #716D75;
}
.BgClassName
{
background-color: #716D75;
}
</style>
border-color css
<style>
span { border-color: #716D75; }
span { border-color: rgb(113,109,117); }
td.TdClassName
{
border-color: #716D75;
}
.TagClassName
{
border-color: #716D75;
}
</style>