Shades of Submarine #7C979A
Tints of Submarine #7C979A
RGB
CMYK
RGB Variations
Color information
#7C979A (or 0x7C979A) is known color: Submarine. HEX triplet: 7C, 97 and 9A. RGB value is (124,151,154). Sum of RGB (Red+Green+Blue) = 124+151+154=429 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.90% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 154 - color contains mainly: blue. Hex color #7C979A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C979A is #836865. Grayscale: #8F8F8F. Windows color (decimal): -8611942 or 10131324. OLE color: 10131324.
HSL color Cylindrical-coordinate representation of color #7C979A: hue angle of 186º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7C979A is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 124 | 151 | 154 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.40 |
| HSL | 186º | 0.13% | 0.55% | - |
| HSV(B) | 186º | 0.19% | 0.6% | - |
| XYZ | 25.21 | 28.75 | 34.79 | - |
| YUV | 143.27 | 134.05 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 151 | 154 | 0.19 | 0.02 | 0 | 0.40 | 186 | 0.13 | 0.55 |
| Hex | 7C | 97 | 9A | 13 | 2 | 0 | 28 | BA | D | 37 |
| Octal | 174 | 227 | 232 | 23 | 2 | 0 | 50 | 272 | 15 | 67 |
| Binary | 1111100 | 10010111 | 10011010 | 10011 | 10 | 0 | 101000 | 10111010 | 1101 | 110111 |
Color Harmonies of #7C979A
Complementary color
Monochromatic Colors of #7C979A
Black with #7C979A
Text Example
Text Example
White with #7C979A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C979A; }
p { color: rgb(124,151,154); }
H1.HeaderClassName
{
color: #7C979A;
}
.AnyTagClassName
{
color: #7C979A;
}
</style>
background-color css
<style>
a { background-color: #7C979A; }
a { background-color: rgb(124,151,154); }
div.DivClassName
{
background-color: #7C979A;
}
.BgClassName
{
background-color: #7C979A;
}
</style>
border-color css
<style>
span { border-color: #7C979A; }
span { border-color: rgb(124,151,154); }
td.TdClassName
{
border-color: #7C979A;
}
.TagClassName
{
border-color: #7C979A;
}
</style>