Shades of Submarine #7A9F9C
Tints of Submarine #7A9F9C
RGB
CMYK
RGB Variations
Color information
#7A9F9C (or 0x7A9F9C) is known color: Submarine. HEX triplet: 7A, 9F and 9C. RGB value is (122,159,156). Sum of RGB (Red+Green+Blue) = 122+159+156=437 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.92% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 159 - color contains mainly: green. Hex color #7A9F9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9F9C is #856063. Grayscale: #939393. Windows color (decimal): -8740964 or 10264442. OLE color: 10264442.
HSL color Cylindrical-coordinate representation of color #7A9F9C: hue angle of 175.14º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A9F9C is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 159 | 156 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.38 |
| HSL | 175.14º | 0.16% | 0.55% | - |
| HSV(B) | 175.14º | 0.23% | 0.62% | - |
| XYZ | 26.42 | 31.33 | 36.11 | - |
| YUV | 147.6 | 132.74 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 159 | 156 | 0.23 | 0 | 0.02 | 0.38 | 175.14 | 0.16 | 0.55 |
| Hex | 7A | 9F | 9C | 17 | 0 | 2 | 26 | AF | 10 | 37 |
| Octal | 172 | 237 | 234 | 27 | 0 | 2 | 46 | 257 | 20 | 67 |
| Binary | 1111010 | 10011111 | 10011100 | 10111 | 0 | 10 | 100110 | 10101111 | 10000 | 110111 |
Color Harmonies of #7A9F9C
Complementary color
Monochromatic Colors of #7A9F9C
Black with #7A9F9C
Text Example
Text Example
White with #7A9F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9F9C; }
p { color: rgb(122,159,156); }
H1.HeaderClassName
{
color: #7A9F9C;
}
.AnyTagClassName
{
color: #7A9F9C;
}
</style>
background-color css
<style>
a { background-color: #7A9F9C; }
a { background-color: rgb(122,159,156); }
div.DivClassName
{
background-color: #7A9F9C;
}
.BgClassName
{
background-color: #7A9F9C;
}
</style>
border-color css
<style>
span { border-color: #7A9F9C; }
span { border-color: rgb(122,159,156); }
td.TdClassName
{
border-color: #7A9F9C;
}
.TagClassName
{
border-color: #7A9F9C;
}
</style>