Shades of Surfie Green #077774
Tints of Surfie Green #077774
RGB
CMYK
RGB Variations
Color information
#077774 (or 0x077774) is known color: Surfie Green. HEX triplet: 07, 77 and 74. RGB value is (7,119,116). Sum of RGB (Red+Green+Blue) = 7+119+116=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 116 (45.70% from 255 or 47.93% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #077774 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077774 is #F8888B. Grayscale: #555555. Windows color (decimal): -16287884 or 7632647. OLE color: 7632647.
HSL color Cylindrical-coordinate representation of color #077774: hue angle of 178.39º 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 #077774 is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 119 | 116 | - |
| CMYK | 0.94 | 0 | 0.03 | 0.53 |
| HSL | 178.39º | 0.89% | 0.25% | - |
| HSV(B) | 178.39º | 0.94% | 0.47% | - |
| XYZ | 9.84 | 14.5 | 18.8 | - |
| YUV | 85.17 | 145.39 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 119 | 116 | 0.94 | 0 | 0.03 | 0.53 | 178.39 | 0.89 | 0.25 |
| Hex | 7 | 77 | 74 | 5E | 0 | 3 | 35 | B2 | 59 | 19 |
| Octal | 7 | 167 | 164 | 136 | 0 | 3 | 65 | 262 | 131 | 31 |
| Binary | 111 | 1110111 | 1110100 | 1011110 | 0 | 11 | 110101 | 10110010 | 1011001 | 11001 |
Color Harmonies of #077774
Complementary color
Monochromatic Colors of #077774
Black with #077774
Text Example
Text Example
White with #077774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077774; }
p { color: rgb(7,119,116); }
H1.HeaderClassName
{
color: #077774;
}
.AnyTagClassName
{
color: #077774;
}
</style>
background-color css
<style>
a { background-color: #077774; }
a { background-color: rgb(7,119,116); }
div.DivClassName
{
background-color: #077774;
}
.BgClassName
{
background-color: #077774;
}
</style>
border-color css
<style>
span { border-color: #077774; }
span { border-color: rgb(7,119,116); }
td.TdClassName
{
border-color: #077774;
}
.TagClassName
{
border-color: #077774;
}
</style>