Html Css Color HEX #077264 Tropical Rain Forest
📋 copy color: '#077264'red 7 ◦ green 114 ◦ blue 100
Shades of Tropical Rain Forest #077264
Tints of Tropical Rain Forest #077264
RGB
CMYK
RGB Variations
Color information
#077264 (or 0x077264) is known color: Tropical Rain Forest. HEX triplet: 07, 72 and 64. RGB value is (7,114,100). Sum of RGB (Red+Green+Blue) = 7+114+100=221 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.17% from 221); Green value is 114 (44.92% from 255 or 51.58% from 221); Blue value is 100 (39.45% from 255 or 45.25% from 221); Max value from RGB is 114 - color contains mainly: green. Hex color #077264 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077264 is #F88D9B. Grayscale: #505050. Windows color (decimal): -16289180 or 6582791. OLE color: 6582791.
HSL color Cylindrical-coordinate representation of color #077264: hue angle of 172.15º 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 #077264 is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 114 | 100 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.55 |
| HSL | 172.15º | 0.88% | 0.24% | - |
| HSV(B) | 172.15º | 0.94% | 0.45% | - |
| XYZ | 8.41 | 13 | 14.12 | - |
| YUV | 80.41 | 139.05 | 75.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 114 | 100 | 0.94 | 0 | 0.12 | 0.55 | 172.15 | 0.88 | 0.24 |
| Hex | 7 | 72 | 64 | 5E | 0 | C | 37 | AC | 58 | 18 |
| Octal | 7 | 162 | 144 | 136 | 0 | 14 | 67 | 254 | 130 | 30 |
| Binary | 111 | 1110010 | 1100100 | 1011110 | 0 | 1100 | 110111 | 10101100 | 1011000 | 11000 |
Color Harmonies of #077264
Complementary color
Monochromatic Colors of #077264
Black with #077264
Text Example
Text Example
White with #077264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077264; }
p { color: rgb(7,114,100); }
H1.HeaderClassName
{
color: #077264;
}
.AnyTagClassName
{
color: #077264;
}
</style>
background-color css
<style>
a { background-color: #077264; }
a { background-color: rgb(7,114,100); }
div.DivClassName
{
background-color: #077264;
}
.BgClassName
{
background-color: #077264;
}
</style>
border-color css
<style>
span { border-color: #077264; }
span { border-color: rgb(7,114,100); }
td.TdClassName
{
border-color: #077264;
}
.TagClassName
{
border-color: #077264;
}
</style>