Shades of Submarine #7A9F9D
Tints of Submarine #7A9F9D
RGB
CMYK
RGB Variations
Color information
#7A9F9D (or 0x7A9F9D) is known color: Submarine. HEX triplet: 7A, 9F and 9D. RGB value is (122,159,157). Sum of RGB (Red+Green+Blue) = 122+159+157=438 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.85% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 159 - color contains mainly: green. Hex color #7A9F9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9F9D is #856062. Grayscale: #939393. Windows color (decimal): -8740963 or 10329978. OLE color: 10329978.
HSL color Cylindrical-coordinate representation of color #7A9F9D: hue angle of 176.76º 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 #7A9F9D is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 159 | 157 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.38 |
| HSL | 176.76º | 0.16% | 0.55% | - |
| HSV(B) | 176.76º | 0.23% | 0.62% | - |
| XYZ | 26.51 | 31.37 | 36.56 | - |
| YUV | 147.71 | 133.24 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 159 | 157 | 0.23 | 0 | 0.01 | 0.38 | 176.76 | 0.16 | 0.55 |
| Hex | 7A | 9F | 9D | 17 | 0 | 1 | 26 | B1 | 10 | 37 |
| Octal | 172 | 237 | 235 | 27 | 0 | 1 | 46 | 261 | 20 | 67 |
| Binary | 1111010 | 10011111 | 10011101 | 10111 | 0 | 1 | 100110 | 10110001 | 10000 | 110111 |
Color Harmonies of #7A9F9D
Complementary color
Monochromatic Colors of #7A9F9D
Black with #7A9F9D
Text Example
Text Example
White with #7A9F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9F9D; }
p { color: rgb(122,159,157); }
H1.HeaderClassName
{
color: #7A9F9D;
}
.AnyTagClassName
{
color: #7A9F9D;
}
</style>
background-color css
<style>
a { background-color: #7A9F9D; }
a { background-color: rgb(122,159,157); }
div.DivClassName
{
background-color: #7A9F9D;
}
.BgClassName
{
background-color: #7A9F9D;
}
</style>
border-color css
<style>
span { border-color: #7A9F9D; }
span { border-color: rgb(122,159,157); }
td.TdClassName
{
border-color: #7A9F9D;
}
.TagClassName
{
border-color: #7A9F9D;
}
</style>