Shades of Surfie Green #077876
Tints of Surfie Green #077876
RGB
CMYK
RGB Variations
Color information
#077876 (or 0x077876) is known color: Surfie Green. HEX triplet: 07, 78 and 76. RGB value is (7,120,118). Sum of RGB (Red+Green+Blue) = 7+120+118=245 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.86% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #077876 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077876 is #F88789. Grayscale: #555555. Windows color (decimal): -16287626 or 7763975. OLE color: 7763975.
HSL color Cylindrical-coordinate representation of color #077876: hue angle of 178.94º 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 #077876 is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 120 | 118 | - |
| CMYK | 0.94 | 0 | 0.02 | 0.53 |
| HSL | 178.94º | 0.89% | 0.25% | - |
| HSV(B) | 178.94º | 0.94% | 0.47% | - |
| XYZ | 10.07 | 14.79 | 19.46 | - |
| YUV | 85.99 | 146.06 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 120 | 118 | 0.94 | 0 | 0.02 | 0.53 | 178.94 | 0.89 | 0.25 |
| Hex | 7 | 78 | 76 | 5E | 0 | 2 | 35 | B3 | 59 | 19 |
| Octal | 7 | 170 | 166 | 136 | 0 | 2 | 65 | 263 | 131 | 31 |
| Binary | 111 | 1111000 | 1110110 | 1011110 | 0 | 10 | 110101 | 10110011 | 1011001 | 11001 |
Color Harmonies of #077876
Complementary color
Monochromatic Colors of #077876
Black with #077876
Text Example
Text Example
White with #077876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077876; }
p { color: rgb(7,120,118); }
H1.HeaderClassName
{
color: #077876;
}
.AnyTagClassName
{
color: #077876;
}
</style>
background-color css
<style>
a { background-color: #077876; }
a { background-color: rgb(7,120,118); }
div.DivClassName
{
background-color: #077876;
}
.BgClassName
{
background-color: #077876;
}
</style>
border-color css
<style>
span { border-color: #077876; }
span { border-color: rgb(7,120,118); }
td.TdClassName
{
border-color: #077876;
}
.TagClassName
{
border-color: #077876;
}
</style>