Shades of Surfie Green #077B7B
Tints of Surfie Green #077B7B
RGB
CMYK
RGB Variations
Color information
#077B7B (or 0x077B7B) is known color: Surfie Green. HEX triplet: 07, 7B and 7B. RGB value is (7,123,123). Sum of RGB (Red+Green+Blue) = 7+123+123=253 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.77% from 253); Green value is 123 (48.44% from 255 or 48.62% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 123 - color contains mainly: green, blue. Hex color #077B7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077B7B is #F88484. Grayscale: #585858. Windows color (decimal): -16286853 or 8092423. OLE color: 8092423.
HSL color Cylindrical-coordinate representation of color #077B7B: hue angle of 180º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077B7B is Cyan = 0.94, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
RGB | 7 | 123 | 123 | - |
CMYK | 0.94 | 0 | 0 | 0.52 |
HSL | 180º | 0.89% | 0.25% | - |
HSV(B) | 180º | 0.94% | 0.48% | - |
XYZ | 10.75 | 15.64 | 21.19 | - |
YUV | 88.32 | 147.57 | 70 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 123 | 123 | 0.94 | 0 | 0 | 0.52 | 180 | 0.89 | 0.25 |
Hex | 7 | 7B | 7B | 5E | 0 | 0 | 34 | B4 | 59 | 19 |
Octal | 7 | 173 | 173 | 136 | 0 | 0 | 64 | 264 | 131 | 31 |
Binary | 111 | 1111011 | 1111011 | 1011110 | 0 | 0 | 110100 | 10110100 | 1011001 | 11001 |
Color Harmonies of #077B7B
Complementary color
Monochromatic Colors of #077B7B
Black with #077B7B
Text Example
Text Example
White with #077B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077B7B; }
p { color: rgb(7,123,123); }
H1.HeaderClassName
{
color: #077B7B;
}
.AnyTagClassName
{
color: #077B7B;
}
</style>
background-color css
<style>
a { background-color: #077B7B; }
a { background-color: rgb(7,123,123); }
div.DivClassName
{
background-color: #077B7B;
}
.BgClassName
{
background-color: #077B7B;
}
</style>
border-color css
<style>
span { border-color: #077B7B; }
span { border-color: rgb(7,123,123); }
td.TdClassName
{
border-color: #077B7B;
}
.TagClassName
{
border-color: #077B7B;
}
</style>