Shades of Submarine #7C9899
Tints of Submarine #7C9899
RGB
CMYK
RGB Variations
Color information
#7C9899 (or 0x7C9899) is known color: Submarine. HEX triplet: 7C, 98 and 99. RGB value is (124,152,153). Sum of RGB (Red+Green+Blue) = 124+152+153=429 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.90% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 153 - color contains mainly: blue. Hex color #7C9899 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9899 is #836766. Grayscale: #8F8F8F. Windows color (decimal): -8611687 or 10066044. OLE color: 10066044.
HSL color Cylindrical-coordinate representation of color #7C9899: hue angle of 182.07º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7C9899 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 124 | 152 | 153 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.4 |
| HSL | 182.07º | 0.12% | 0.54% | - |
| HSV(B) | 182.07º | 0.19% | 0.6% | - |
| XYZ | 25.29 | 29.04 | 34.41 | - |
| YUV | 143.74 | 133.22 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 152 | 153 | 0.19 | 0.01 | 0 | 0.4 | 182.07 | 0.12 | 0.54 |
| Hex | 7C | 98 | 99 | 13 | 1 | 0 | 28 | B6 | C | 36 |
| Octal | 174 | 230 | 231 | 23 | 1 | 0 | 50 | 266 | 14 | 66 |
| Binary | 1111100 | 10011000 | 10011001 | 10011 | 1 | 0 | 101000 | 10110110 | 1100 | 110110 |
Color Harmonies of #7C9899
Complementary color
Monochromatic Colors of #7C9899
Black with #7C9899
Text Example
Text Example
White with #7C9899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9899; }
p { color: rgb(124,152,153); }
H1.HeaderClassName
{
color: #7C9899;
}
.AnyTagClassName
{
color: #7C9899;
}
</style>
background-color css
<style>
a { background-color: #7C9899; }
a { background-color: rgb(124,152,153); }
div.DivClassName
{
background-color: #7C9899;
}
.BgClassName
{
background-color: #7C9899;
}
</style>
border-color css
<style>
span { border-color: #7C9899; }
span { border-color: rgb(124,152,153); }
td.TdClassName
{
border-color: #7C9899;
}
.TagClassName
{
border-color: #7C9899;
}
</style>