Html Css Color HEX #077265 Tropical Rain Forest
📋 copy color: '#077265'red 7 ◦ green 114 ◦ blue 101
Shades of Tropical Rain Forest #077265
Tints of Tropical Rain Forest #077265
RGB
CMYK
RGB Variations
Color information
#077265 (or 0x077265) is known color: Tropical Rain Forest. HEX triplet: 07, 72 and 65. RGB value is (7,114,101). Sum of RGB (Red+Green+Blue) = 7+114+101=222 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.15% from 222); Green value is 114 (44.92% from 255 or 51.35% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 114 - color contains mainly: green. Hex color #077265 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077265 is #F88D9A. Grayscale: #505050. Windows color (decimal): -16289179 or 6648327. OLE color: 6648327.
HSL color Cylindrical-coordinate representation of color #077265: hue angle of 172.71º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077265 is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 114 | 101 | - |
| CMYK | 0.94 | 0 | 0.11 | 0.55 |
| HSL | 172.71º | 0.88% | 0.24% | - |
| HSV(B) | 172.71º | 0.94% | 0.45% | - |
| XYZ | 8.45 | 13.02 | 14.38 | - |
| YUV | 80.53 | 139.55 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 114 | 101 | 0.94 | 0 | 0.11 | 0.55 | 172.71 | 0.88 | 0.24 |
| Hex | 7 | 72 | 65 | 5E | 0 | B | 37 | AD | 58 | 18 |
| Octal | 7 | 162 | 145 | 136 | 0 | 13 | 67 | 255 | 130 | 30 |
| Binary | 111 | 1110010 | 1100101 | 1011110 | 0 | 1011 | 110111 | 10101101 | 1011000 | 11000 |
Color Harmonies of #077265
Complementary color
Monochromatic Colors of #077265
Black with #077265
Text Example
Text Example
White with #077265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077265; }
p { color: rgb(7,114,101); }
H1.HeaderClassName
{
color: #077265;
}
.AnyTagClassName
{
color: #077265;
}
</style>
background-color css
<style>
a { background-color: #077265; }
a { background-color: rgb(7,114,101); }
div.DivClassName
{
background-color: #077265;
}
.BgClassName
{
background-color: #077265;
}
</style>
border-color css
<style>
span { border-color: #077265; }
span { border-color: rgb(7,114,101); }
td.TdClassName
{
border-color: #077265;
}
.TagClassName
{
border-color: #077265;
}
</style>