Shades of Scarpa Flow #716E76
Tints of Scarpa Flow #716E76
RGB
CMYK
RGB Variations
Color information
#716E76 (or 0x716E76) is known color: Scarpa Flow. HEX triplet: 71, 6E and 76. RGB value is (113,110,118). Sum of RGB (Red+Green+Blue) = 113+110+118=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 118 - color contains mainly: blue. Hex color #716E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E76 is #8E9189. Grayscale: #6F6F6F. Windows color (decimal): -9343370 or 7761521. OLE color: 7761521.
HSL color Cylindrical-coordinate representation of color #716E76: hue angle of 262.5º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #716E76 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 110 | 118 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.54 |
| HSL | 262.5º | 0.04% | 0.45% | - |
| HSV(B) | 262.5º | 0.07% | 0.46% | - |
| XYZ | 15.66 | 15.97 | 19.4 | - |
| YUV | 111.81 | 131.49 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 118 | 0.04 | 0.07 | 0 | 0.54 | 262.5 | 0.04 | 0.45 |
| Hex | 71 | 6E | 76 | 4 | 7 | 0 | 36 | 106 | 4 | 2D |
| Octal | 161 | 156 | 166 | 4 | 7 | 0 | 66 | 406 | 4 | 55 |
| Binary | 1110001 | 1101110 | 1110110 | 100 | 111 | 0 | 110110 | 100000110 | 100 | 101101 |
Color Harmonies of #716E76
Complementary color
Monochromatic Colors of #716E76
Black with #716E76
Text Example
Text Example
White with #716E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E76; }
p { color: rgb(113,110,118); }
H1.HeaderClassName
{
color: #716E76;
}
.AnyTagClassName
{
color: #716E76;
}
</style>
background-color css
<style>
a { background-color: #716E76; }
a { background-color: rgb(113,110,118); }
div.DivClassName
{
background-color: #716E76;
}
.BgClassName
{
background-color: #716E76;
}
</style>
border-color css
<style>
span { border-color: #716E76; }
span { border-color: rgb(113,110,118); }
td.TdClassName
{
border-color: #716E76;
}
.TagClassName
{
border-color: #716E76;
}
</style>