Shades of Scarpa Flow #706C74
Tints of Scarpa Flow #706C74
RGB
CMYK
RGB Variations
Color information
#706C74 (or 0x706C74) is known color: Scarpa Flow. HEX triplet: 70, 6C and 74. RGB value is (112,108,116). Sum of RGB (Red+Green+Blue) = 112+108+116=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 116 - color contains mainly: blue. Hex color #706C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706C74 is #8F938B. Grayscale: #6E6E6E. Windows color (decimal): -9409420 or 7629936. OLE color: 7629936.
HSL color Cylindrical-coordinate representation of color #706C74: hue angle of 270º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #706C74 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 108 | 116 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.55 |
| HSL | 270º | 0.04% | 0.44% | - |
| HSV(B) | 270º | 0.07% | 0.45% | - |
| XYZ | 15.2 | 15.43 | 18.7 | - |
| YUV | 110.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 116 | 0.03 | 0.07 | 0 | 0.55 | 270 | 0.04 | 0.44 |
| Hex | 70 | 6C | 74 | 3 | 7 | 0 | 37 | 10E | 4 | 2C |
| Octal | 160 | 154 | 164 | 3 | 7 | 0 | 67 | 416 | 4 | 54 |
| Binary | 1110000 | 1101100 | 1110100 | 11 | 111 | 0 | 110111 | 100001110 | 100 | 101100 |
Color Harmonies of #706C74
Complementary color
Monochromatic Colors of #706C74
Black with #706C74
Text Example
Text Example
White with #706C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706C74; }
p { color: rgb(112,108,116); }
H1.HeaderClassName
{
color: #706C74;
}
.AnyTagClassName
{
color: #706C74;
}
</style>
background-color css
<style>
a { background-color: #706C74; }
a { background-color: rgb(112,108,116); }
div.DivClassName
{
background-color: #706C74;
}
.BgClassName
{
background-color: #706C74;
}
</style>
border-color css
<style>
span { border-color: #706C74; }
span { border-color: rgb(112,108,116); }
td.TdClassName
{
border-color: #706C74;
}
.TagClassName
{
border-color: #706C74;
}
</style>