Html Css Color HEX #077F64 Tropical Rain Forest
📋 copy color: '#077F64'red 7 ◦ green 127 ◦ blue 100
Shades of Tropical Rain Forest #077F64
Tints of Tropical Rain Forest #077F64
RGB
CMYK
RGB Variations
Color information
#077F64 (or 0x077F64) is known color: Tropical Rain Forest. HEX triplet: 07, 7F and 64. RGB value is (7,127,100). Sum of RGB (Red+Green+Blue) = 7+127+100=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 127 (50% from 255 or 54.27% from 234); Blue value is 100 (39.45% from 255 or 42.74% from 234); Max value from RGB is 127 - color contains mainly: green. Hex color #077F64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077F64 is #F8809B. Grayscale: #585858. Windows color (decimal): -16285852 or 6586119. OLE color: 6586119.
HSL color Cylindrical-coordinate representation of color #077F64: hue angle of 166.5º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077F64 is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 127 | 100 | - |
| CMYK | 0.94 | 0 | 0.21 | 0.50 |
| HSL | 166.5º | 0.9% | 0.26% | - |
| HSV(B) | 166.5º | 0.94% | 0.5% | - |
| XYZ | 9.98 | 16.14 | 14.65 | - |
| YUV | 88.04 | 134.74 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 127 | 100 | 0.94 | 0 | 0.21 | 0.50 | 166.5 | 0.9 | 0.26 |
| Hex | 7 | 7F | 64 | 5E | 0 | 15 | 32 | A6 | 5A | 1A |
| Octal | 7 | 177 | 144 | 136 | 0 | 25 | 62 | 246 | 132 | 32 |
| Binary | 111 | 1111111 | 1100100 | 1011110 | 0 | 10101 | 110010 | 10100110 | 1011010 | 11010 |
Color Harmonies of #077F64
Complementary color
Monochromatic Colors of #077F64
Black with #077F64
Text Example
Text Example
White with #077F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077F64; }
p { color: rgb(7,127,100); }
H1.HeaderClassName
{
color: #077F64;
}
.AnyTagClassName
{
color: #077F64;
}
</style>
background-color css
<style>
a { background-color: #077F64; }
a { background-color: rgb(7,127,100); }
div.DivClassName
{
background-color: #077F64;
}
.BgClassName
{
background-color: #077F64;
}
</style>
border-color css
<style>
span { border-color: #077F64; }
span { border-color: rgb(7,127,100); }
td.TdClassName
{
border-color: #077F64;
}
.TagClassName
{
border-color: #077F64;
}
</style>