Shades of Scarpa Flow #716D76
Tints of Scarpa Flow #716D76
RGB
CMYK
RGB Variations
Color information
#716D76 (or 0x716D76) is known color: Scarpa Flow. HEX triplet: 71, 6D and 76. RGB value is (113,109,118). Sum of RGB (Red+Green+Blue) = 113+109+118=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 118 - color contains mainly: blue. Hex color #716D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716D76 is #8E9289. Grayscale: #6F6F6F. Windows color (decimal): -9343626 or 7761265. OLE color: 7761265.
HSL color Cylindrical-coordinate representation of color #716D76: hue angle of 266.67º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #716D76 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 109 | 118 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.54 |
| HSL | 266.67º | 0.04% | 0.45% | - |
| HSV(B) | 266.67º | 0.08% | 0.46% | - |
| XYZ | 15.55 | 15.76 | 19.36 | - |
| YUV | 111.22 | 131.83 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 118 | 0.04 | 0.08 | 0 | 0.54 | 266.67 | 0.04 | 0.45 |
| Hex | 71 | 6D | 76 | 4 | 8 | 0 | 36 | 10B | 4 | 2D |
| Octal | 161 | 155 | 166 | 4 | 10 | 0 | 66 | 413 | 4 | 55 |
| Binary | 1110001 | 1101101 | 1110110 | 100 | 1000 | 0 | 110110 | 100001011 | 100 | 101101 |
Color Harmonies of #716D76
Complementary color
Monochromatic Colors of #716D76
Black with #716D76
Text Example
Text Example
White with #716D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716D76; }
p { color: rgb(113,109,118); }
H1.HeaderClassName
{
color: #716D76;
}
.AnyTagClassName
{
color: #716D76;
}
</style>
background-color css
<style>
a { background-color: #716D76; }
a { background-color: rgb(113,109,118); }
div.DivClassName
{
background-color: #716D76;
}
.BgClassName
{
background-color: #716D76;
}
</style>
border-color css
<style>
span { border-color: #716D76; }
span { border-color: rgb(113,109,118); }
td.TdClassName
{
border-color: #716D76;
}
.TagClassName
{
border-color: #716D76;
}
</style>