Shades of Cascade #7FA29A
Tints of Cascade #7FA29A
RGB
CMYK
RGB Variations
Color information
#7FA29A (or 0x7FA29A) is known color: Cascade. HEX triplet: 7F, A2 and 9A. RGB value is (127,162,154). Sum of RGB (Red+Green+Blue) = 127+162+154=443 (58% of max value = 765). Red value is 127 (50% from 255 or 28.67% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA29A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA29A is #805D65. Grayscale: #969696. Windows color (decimal): -8412518 or 10134143. OLE color: 10134143.
HSL color Cylindrical-coordinate representation of color #7FA29A: hue angle of 166.29º 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 #7FA29A is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 162 | 154 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.36 |
| HSL | 166.29º | 0.16% | 0.57% | - |
| HSV(B) | 166.29º | 0.22% | 0.64% | - |
| XYZ | 27.51 | 32.69 | 35.43 | - |
| YUV | 150.62 | 129.9 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 162 | 154 | 0.22 | 0 | 0.05 | 0.36 | 166.29 | 0.16 | 0.57 |
| Hex | 7F | A2 | 9A | 16 | 0 | 5 | 24 | A6 | 10 | 39 |
| Octal | 177 | 242 | 232 | 26 | 0 | 5 | 44 | 246 | 20 | 71 |
| Binary | 1111111 | 10100010 | 10011010 | 10110 | 0 | 101 | 100100 | 10100110 | 10000 | 111001 |
Color Harmonies of #7FA29A
Complementary color
Monochromatic Colors of #7FA29A
Black with #7FA29A
Text Example
Text Example
White with #7FA29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA29A; }
p { color: rgb(127,162,154); }
H1.HeaderClassName
{
color: #7FA29A;
}
.AnyTagClassName
{
color: #7FA29A;
}
</style>
background-color css
<style>
a { background-color: #7FA29A; }
a { background-color: rgb(127,162,154); }
div.DivClassName
{
background-color: #7FA29A;
}
.BgClassName
{
background-color: #7FA29A;
}
</style>
border-color css
<style>
span { border-color: #7FA29A; }
span { border-color: rgb(127,162,154); }
td.TdClassName
{
border-color: #7FA29A;
}
.TagClassName
{
border-color: #7FA29A;
}
</style>