Shades of Submarine #7C9698
Tints of Submarine #7C9698
RGB
CMYK
RGB Variations
Color information
#7C9698 (or 0x7C9698) is known color: Submarine. HEX triplet: 7C, 96 and 98. RGB value is (124,150,152). Sum of RGB (Red+Green+Blue) = 124+150+152=426 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.11% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 152 - color contains mainly: blue. Hex color #7C9698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9698 is #836967. Grayscale: #8E8E8E. Windows color (decimal): -8612200 or 9999996. OLE color: 9999996.
HSL color Cylindrical-coordinate representation of color #7C9698: hue angle of 184.29º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7C9698 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 124 | 150 | 152 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.40 |
| HSL | 184.29º | 0.12% | 0.54% | - |
| HSV(B) | 184.29º | 0.18% | 0.6% | - |
| XYZ | 24.89 | 28.36 | 33.87 | - |
| YUV | 142.45 | 133.39 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 150 | 152 | 0.18 | 0.01 | 0 | 0.40 | 184.29 | 0.12 | 0.54 |
| Hex | 7C | 96 | 98 | 12 | 1 | 0 | 28 | B8 | C | 36 |
| Octal | 174 | 226 | 230 | 22 | 1 | 0 | 50 | 270 | 14 | 66 |
| Binary | 1111100 | 10010110 | 10011000 | 10010 | 1 | 0 | 101000 | 10111000 | 1100 | 110110 |
Color Harmonies of #7C9698
Complementary color
Monochromatic Colors of #7C9698
Black with #7C9698
Text Example
Text Example
White with #7C9698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9698; }
p { color: rgb(124,150,152); }
H1.HeaderClassName
{
color: #7C9698;
}
.AnyTagClassName
{
color: #7C9698;
}
</style>
background-color css
<style>
a { background-color: #7C9698; }
a { background-color: rgb(124,150,152); }
div.DivClassName
{
background-color: #7C9698;
}
.BgClassName
{
background-color: #7C9698;
}
</style>
border-color css
<style>
span { border-color: #7C9698; }
span { border-color: rgb(124,150,152); }
td.TdClassName
{
border-color: #7C9698;
}
.TagClassName
{
border-color: #7C9698;
}
</style>