Shades of Cascade #7FA49A
Tints of Cascade #7FA49A
RGB
CMYK
RGB Variations
Color information
#7FA49A (or 0x7FA49A) is known color: Cascade. HEX triplet: 7F, A4 and 9A. RGB value is (127,164,154). Sum of RGB (Red+Green+Blue) = 127+164+154=445 (58% of max value = 765). Red value is 127 (50% from 255 or 28.54% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 164 - color contains mainly: green. Hex color #7FA49A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA49A is #805B65. Grayscale: #979797. Windows color (decimal): -8412006 or 10134655. OLE color: 10134655.
HSL color Cylindrical-coordinate representation of color #7FA49A: hue angle of 163.78º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7FA49A is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 164 | 154 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.36 |
| HSL | 163.78º | 0.17% | 0.57% | - |
| HSV(B) | 163.78º | 0.23% | 0.64% | - |
| XYZ | 27.86 | 33.4 | 35.55 | - |
| YUV | 151.8 | 129.24 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 164 | 154 | 0.23 | 0 | 0.06 | 0.36 | 163.78 | 0.17 | 0.57 |
| Hex | 7F | A4 | 9A | 17 | 0 | 6 | 24 | A4 | 11 | 39 |
| Octal | 177 | 244 | 232 | 27 | 0 | 6 | 44 | 244 | 21 | 71 |
| Binary | 1111111 | 10100100 | 10011010 | 10111 | 0 | 110 | 100100 | 10100100 | 10001 | 111001 |
Color Harmonies of #7FA49A
Complementary color
Monochromatic Colors of #7FA49A
Black with #7FA49A
Text Example
Text Example
White with #7FA49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA49A; }
p { color: rgb(127,164,154); }
H1.HeaderClassName
{
color: #7FA49A;
}
.AnyTagClassName
{
color: #7FA49A;
}
</style>
background-color css
<style>
a { background-color: #7FA49A; }
a { background-color: rgb(127,164,154); }
div.DivClassName
{
background-color: #7FA49A;
}
.BgClassName
{
background-color: #7FA49A;
}
</style>
border-color css
<style>
span { border-color: #7FA49A; }
span { border-color: rgb(127,164,154); }
td.TdClassName
{
border-color: #7FA49A;
}
.TagClassName
{
border-color: #7FA49A;
}
</style>