Shades of Submarine #7C989B
Tints of Submarine #7C989B
RGB
CMYK
RGB Variations
Color information
#7C989B (or 0x7C989B) is known color: Submarine. HEX triplet: 7C, 98 and 9B. RGB value is (124,152,155). Sum of RGB (Red+Green+Blue) = 124+152+155=431 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.77% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C989B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C989B is #836764. Grayscale: #8F8F8F. Windows color (decimal): -8611685 or 10197116. OLE color: 10197116.
HSL color Cylindrical-coordinate representation of color #7C989B: hue angle of 185.81º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7C989B is Cyan = 0.2, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 152 | 155 | - |
| CMYK | 0.2 | 0.02 | 0 | 0.39 |
| HSL | 185.81º | 0.13% | 0.55% | - |
| HSV(B) | 185.81º | 0.2% | 0.61% | - |
| XYZ | 25.46 | 29.11 | 35.29 | - |
| YUV | 143.97 | 134.22 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 152 | 155 | 0.2 | 0.02 | 0 | 0.39 | 185.81 | 0.13 | 0.55 |
| Hex | 7C | 98 | 9B | 14 | 2 | 0 | 27 | BA | D | 37 |
| Octal | 174 | 230 | 233 | 24 | 2 | 0 | 47 | 272 | 15 | 67 |
| Binary | 1111100 | 10011000 | 10011011 | 10100 | 10 | 0 | 100111 | 10111010 | 1101 | 110111 |
Color Harmonies of #7C989B
Complementary color
Monochromatic Colors of #7C989B
Black with #7C989B
Text Example
Text Example
White with #7C989B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C989B; }
p { color: rgb(124,152,155); }
H1.HeaderClassName
{
color: #7C989B;
}
.AnyTagClassName
{
color: #7C989B;
}
</style>
background-color css
<style>
a { background-color: #7C989B; }
a { background-color: rgb(124,152,155); }
div.DivClassName
{
background-color: #7C989B;
}
.BgClassName
{
background-color: #7C989B;
}
</style>
border-color css
<style>
span { border-color: #7C989B; }
span { border-color: rgb(124,152,155); }
td.TdClassName
{
border-color: #7C989B;
}
.TagClassName
{
border-color: #7C989B;
}
</style>