Shades of Cascade #7DA49C
Tints of Cascade #7DA49C
RGB
CMYK
RGB Variations
Color information
#7DA49C (or 0x7DA49C) is known color: Cascade. HEX triplet: 7D, A4 and 9C. RGB value is (125,164,156). Sum of RGB (Red+Green+Blue) = 125+164+156=445 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.09% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 164 - color contains mainly: green. Hex color #7DA49C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA49C is #825B63. Grayscale: #979797. Windows color (decimal): -8543076 or 10265725. OLE color: 10265725.
HSL color Cylindrical-coordinate representation of color #7DA49C: hue angle of 167.69º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7DA49C is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 164 | 156 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.36 |
| HSL | 167.69º | 0.18% | 0.57% | - |
| HSV(B) | 167.69º | 0.24% | 0.64% | - |
| XYZ | 27.73 | 33.31 | 36.42 | - |
| YUV | 151.43 | 130.58 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 164 | 156 | 0.24 | 0 | 0.05 | 0.36 | 167.69 | 0.18 | 0.57 |
| Hex | 7D | A4 | 9C | 18 | 0 | 5 | 24 | A8 | 12 | 39 |
| Octal | 175 | 244 | 234 | 30 | 0 | 5 | 44 | 250 | 22 | 71 |
| Binary | 1111101 | 10100100 | 10011100 | 11000 | 0 | 101 | 100100 | 10101000 | 10010 | 111001 |
Color Harmonies of #7DA49C
Complementary color
Monochromatic Colors of #7DA49C
Black with #7DA49C
Text Example
Text Example
White with #7DA49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA49C; }
p { color: rgb(125,164,156); }
H1.HeaderClassName
{
color: #7DA49C;
}
.AnyTagClassName
{
color: #7DA49C;
}
</style>
background-color css
<style>
a { background-color: #7DA49C; }
a { background-color: rgb(125,164,156); }
div.DivClassName
{
background-color: #7DA49C;
}
.BgClassName
{
background-color: #7DA49C;
}
</style>
border-color css
<style>
span { border-color: #7DA49C; }
span { border-color: rgb(125,164,156); }
td.TdClassName
{
border-color: #7DA49C;
}
.TagClassName
{
border-color: #7DA49C;
}
</style>