Shades of Scarpa Flow #716E74
Tints of Scarpa Flow #716E74
RGB
CMYK
RGB Variations
Color information
#716E74 (or 0x716E74) is known color: Scarpa Flow. HEX triplet: 71, 6E and 74. RGB value is (113,110,116). Sum of RGB (Red+Green+Blue) = 113+110+116=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 116 - color contains mainly: blue. Hex color #716E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E74 is #8E918B. Grayscale: #6F6F6F. Windows color (decimal): -9343372 or 7630449. OLE color: 7630449.
HSL color Cylindrical-coordinate representation of color #716E74: hue angle of 270º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #716E74 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
RGB | 113 | 110 | 116 | - |
CMYK | 0.03 | 0.05 | 0 | 0.55 |
HSL | 270º | 0.03% | 0.44% | - |
HSV(B) | 270º | 0.05% | 0.45% | - |
XYZ | 15.54 | 15.92 | 18.78 | - |
YUV | 111.58 | 130.49 | 129.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 113 | 110 | 116 | 0.03 | 0.05 | 0 | 0.55 | 270 | 0.03 | 0.44 |
Hex | 71 | 6E | 74 | 3 | 5 | 0 | 37 | 10E | 3 | 2C |
Octal | 161 | 156 | 164 | 3 | 5 | 0 | 67 | 416 | 3 | 54 |
Binary | 1110001 | 1101110 | 1110100 | 11 | 101 | 0 | 110111 | 100001110 | 11 | 101100 |
Color Harmonies of #716E74
Complementary color
Monochromatic Colors of #716E74
Black with #716E74
Text Example
Text Example
White with #716E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E74; }
p { color: rgb(113,110,116); }
H1.HeaderClassName
{
color: #716E74;
}
.AnyTagClassName
{
color: #716E74;
}
</style>
background-color css
<style>
a { background-color: #716E74; }
a { background-color: rgb(113,110,116); }
div.DivClassName
{
background-color: #716E74;
}
.BgClassName
{
background-color: #716E74;
}
</style>
border-color css
<style>
span { border-color: #716E74; }
span { border-color: rgb(113,110,116); }
td.TdClassName
{
border-color: #716E74;
}
.TagClassName
{
border-color: #716E74;
}
</style>