Shades of Submarine #7C9599
Tints of Submarine #7C9599
RGB
CMYK
RGB Variations
Color information
#7C9599 (or 0x7C9599) is known color: Submarine. HEX triplet: 7C, 95 and 99. RGB value is (124,149,153). Sum of RGB (Red+Green+Blue) = 124+149+153=426 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.11% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 153 - color contains mainly: blue. Hex color #7C9599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9599 is #836A66. Grayscale: #8D8D8D. Windows color (decimal): -8612455 or 10065276. OLE color: 10065276.
HSL color Cylindrical-coordinate representation of color #7C9599: hue angle of 188.28º 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 #7C9599 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 124 | 149 | 153 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.4 |
| HSL | 188.28º | 0.12% | 0.54% | - |
| HSV(B) | 188.28º | 0.19% | 0.6% | - |
| XYZ | 24.81 | 28.08 | 34.25 | - |
| YUV | 141.98 | 134.22 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 149 | 153 | 0.19 | 0.03 | 0 | 0.4 | 188.28 | 0.12 | 0.54 |
| Hex | 7C | 95 | 99 | 13 | 3 | 0 | 28 | BC | C | 36 |
| Octal | 174 | 225 | 231 | 23 | 3 | 0 | 50 | 274 | 14 | 66 |
| Binary | 1111100 | 10010101 | 10011001 | 10011 | 11 | 0 | 101000 | 10111100 | 1100 | 110110 |
Color Harmonies of #7C9599
Complementary color
Monochromatic Colors of #7C9599
Black with #7C9599
Text Example
Text Example
White with #7C9599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9599; }
p { color: rgb(124,149,153); }
H1.HeaderClassName
{
color: #7C9599;
}
.AnyTagClassName
{
color: #7C9599;
}
</style>
background-color css
<style>
a { background-color: #7C9599; }
a { background-color: rgb(124,149,153); }
div.DivClassName
{
background-color: #7C9599;
}
.BgClassName
{
background-color: #7C9599;
}
</style>
border-color css
<style>
span { border-color: #7C9599; }
span { border-color: rgb(124,149,153); }
td.TdClassName
{
border-color: #7C9599;
}
.TagClassName
{
border-color: #7C9599;
}
</style>