Html Css Color HEX #077766 Tropical Rain Forest
📋 copy color: '#077766'red 7 ◦ green 119 ◦ blue 102
Shades of Tropical Rain Forest #077766
Tints of Tropical Rain Forest #077766
RGB
CMYK
RGB Variations
Color information
#077766 (or 0x077766) is known color: Tropical Rain Forest. HEX triplet: 07, 77 and 66. RGB value is (7,119,102). Sum of RGB (Red+Green+Blue) = 7+119+102=228 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.07% from 228); Green value is 119 (46.88% from 255 or 52.19% from 228); Blue value is 102 (40.23% from 255 or 44.74% from 228); Max value from RGB is 119 - color contains mainly: green. Hex color #077766 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077766 is #F88899. Grayscale: #535353. Windows color (decimal): -16287898 or 6715143. OLE color: 6715143.
HSL color Cylindrical-coordinate representation of color #077766: hue angle of 170.89º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077766 is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 119 | 102 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.53 |
| HSL | 170.89º | 0.89% | 0.25% | - |
| HSV(B) | 170.89º | 0.94% | 0.47% | - |
| XYZ | 9.08 | 14.2 | 14.83 | - |
| YUV | 83.57 | 138.39 | 73.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 119 | 102 | 0.94 | 0 | 0.14 | 0.53 | 170.89 | 0.89 | 0.25 |
| Hex | 7 | 77 | 66 | 5E | 0 | E | 35 | AB | 59 | 19 |
| Octal | 7 | 167 | 146 | 136 | 0 | 16 | 65 | 253 | 131 | 31 |
| Binary | 111 | 1110111 | 1100110 | 1011110 | 0 | 1110 | 110101 | 10101011 | 1011001 | 11001 |
Color Harmonies of #077766
Complementary color
Monochromatic Colors of #077766
Black with #077766
Text Example
Text Example
White with #077766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077766; }
p { color: rgb(7,119,102); }
H1.HeaderClassName
{
color: #077766;
}
.AnyTagClassName
{
color: #077766;
}
</style>
background-color css
<style>
a { background-color: #077766; }
a { background-color: rgb(7,119,102); }
div.DivClassName
{
background-color: #077766;
}
.BgClassName
{
background-color: #077766;
}
</style>
border-color css
<style>
span { border-color: #077766; }
span { border-color: rgb(7,119,102); }
td.TdClassName
{
border-color: #077766;
}
.TagClassName
{
border-color: #077766;
}
</style>