Shades of Cascade #7FA299
Tints of Cascade #7FA299
RGB
CMYK
RGB Variations
Color information
#7FA299 (or 0x7FA299) is known color: Cascade. HEX triplet: 7F, A2 and 99. RGB value is (127,162,153). Sum of RGB (Red+Green+Blue) = 127+162+153=442 (58% of max value = 765). Red value is 127 (50% from 255 or 28.73% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA299 is #805D66. Grayscale: #969696. Windows color (decimal): -8412519 or 10068607. OLE color: 10068607.
HSL color Cylindrical-coordinate representation of color #7FA299: hue angle of 164.57º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7FA299 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 162 | 153 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.36 |
| HSL | 164.57º | 0.16% | 0.57% | - |
| HSV(B) | 164.57º | 0.22% | 0.64% | - |
| XYZ | 27.42 | 32.65 | 34.99 | - |
| YUV | 150.51 | 129.4 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 162 | 153 | 0.22 | 0 | 0.06 | 0.36 | 164.57 | 0.16 | 0.57 |
| Hex | 7F | A2 | 99 | 16 | 0 | 6 | 24 | A5 | 10 | 39 |
| Octal | 177 | 242 | 231 | 26 | 0 | 6 | 44 | 245 | 20 | 71 |
| Binary | 1111111 | 10100010 | 10011001 | 10110 | 0 | 110 | 100100 | 10100101 | 10000 | 111001 |
Color Harmonies of #7FA299
Complementary color
Monochromatic Colors of #7FA299
Black with #7FA299
Text Example
Text Example
White with #7FA299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA299; }
p { color: rgb(127,162,153); }
H1.HeaderClassName
{
color: #7FA299;
}
.AnyTagClassName
{
color: #7FA299;
}
</style>
background-color css
<style>
a { background-color: #7FA299; }
a { background-color: rgb(127,162,153); }
div.DivClassName
{
background-color: #7FA299;
}
.BgClassName
{
background-color: #7FA299;
}
</style>
border-color css
<style>
span { border-color: #7FA299; }
span { border-color: rgb(127,162,153); }
td.TdClassName
{
border-color: #7FA299;
}
.TagClassName
{
border-color: #7FA299;
}
</style>