Shades of Surfie Green #07767C
Tints of Surfie Green #07767C
RGB
CMYK
RGB Variations
Color information
#07767C (or 0x07767C) is known color: Surfie Green. HEX triplet: 07, 76 and 7C. RGB value is (7,118,124). Sum of RGB (Red+Green+Blue) = 7+118+124=249 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.81% from 249); Green value is 118 (46.48% from 255 or 47.39% from 249); Blue value is 124 (48.83% from 255 or 49.80% from 249); Max value from RGB is 124 - color contains mainly: blue. Hex color #07767C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07767C is #F88983. Grayscale: #555555. Windows color (decimal): -16288132 or 8156679. OLE color: 8156679.
HSL color Cylindrical-coordinate representation of color #07767C: hue angle of 183.08º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07767C is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 118 | 124 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.51 |
| HSL | 183.08º | 0.89% | 0.26% | - |
| HSV(B) | 183.08º | 0.94% | 0.49% | - |
| XYZ | 10.2 | 14.46 | 21.32 | - |
| YUV | 85.5 | 149.73 | 72.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 118 | 124 | 0.94 | 0.05 | 0 | 0.51 | 183.08 | 0.89 | 0.26 |
| Hex | 7 | 76 | 7C | 5E | 5 | 0 | 33 | B7 | 59 | 1A |
| Octal | 7 | 166 | 174 | 136 | 5 | 0 | 63 | 267 | 131 | 32 |
| Binary | 111 | 1110110 | 1111100 | 1011110 | 101 | 0 | 110011 | 10110111 | 1011001 | 11010 |
Color Harmonies of #07767C
Complementary color
Monochromatic Colors of #07767C
Black with #07767C
Text Example
Text Example
White with #07767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07767C; }
p { color: rgb(7,118,124); }
H1.HeaderClassName
{
color: #07767C;
}
.AnyTagClassName
{
color: #07767C;
}
</style>
background-color css
<style>
a { background-color: #07767C; }
a { background-color: rgb(7,118,124); }
div.DivClassName
{
background-color: #07767C;
}
.BgClassName
{
background-color: #07767C;
}
</style>
border-color css
<style>
span { border-color: #07767C; }
span { border-color: rgb(7,118,124); }
td.TdClassName
{
border-color: #07767C;
}
.TagClassName
{
border-color: #07767C;
}
</style>