Shades of Tropical Rain Forest #077663
Tints of Tropical Rain Forest #077663
RGB
CMYK
RGB Variations
Color information
#077663 (or 0x077663) is known color: Tropical Rain Forest. HEX triplet: 07, 76 and 63. RGB value is (7,118,99). Sum of RGB (Red+Green+Blue) = 7+118+99=224 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.12% from 224); Green value is 118 (46.48% from 255 or 52.68% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 118 - color contains mainly: green. Hex color #077663 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077663 is #F8899C. Grayscale: #525252. Windows color (decimal): -16288157 or 6518279. OLE color: 6518279.
HSL color Cylindrical-coordinate representation of color #077663: hue angle of 169.73º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077663 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 118 | 99 | - |
| CMYK | 0.94 | 0 | 0.16 | 0.54 |
| HSL | 169.73º | 0.89% | 0.25% | - |
| HSV(B) | 169.73º | 0.94% | 0.46% | - |
| XYZ | 8.82 | 13.9 | 14.02 | - |
| YUV | 82.65 | 137.23 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 118 | 99 | 0.94 | 0 | 0.16 | 0.54 | 169.73 | 0.89 | 0.25 |
| Hex | 7 | 76 | 63 | 5E | 0 | 10 | 36 | AA | 59 | 19 |
| Octal | 7 | 166 | 143 | 136 | 0 | 20 | 66 | 252 | 131 | 31 |
| Binary | 111 | 1110110 | 1100011 | 1011110 | 0 | 10000 | 110110 | 10101010 | 1011001 | 11001 |
Color Harmonies of #077663
Complementary color
Monochromatic Colors of #077663
Black with #077663
Text Example
Text Example
White with #077663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077663; }
p { color: rgb(7,118,99); }
H1.HeaderClassName
{
color: #077663;
}
.AnyTagClassName
{
color: #077663;
}
</style>
background-color css
<style>
a { background-color: #077663; }
a { background-color: rgb(7,118,99); }
div.DivClassName
{
background-color: #077663;
}
.BgClassName
{
background-color: #077663;
}
</style>
border-color css
<style>
span { border-color: #077663; }
span { border-color: rgb(7,118,99); }
td.TdClassName
{
border-color: #077663;
}
.TagClassName
{
border-color: #077663;
}
</style>