Shades of Submarine #7A999C
Tints of Submarine #7A999C
RGB
CMYK
RGB Variations
Color information
#7A999C (or 0x7A999C) is known color: Submarine. HEX triplet: 7A, 99 and 9C. RGB value is (122,153,156). Sum of RGB (Red+Green+Blue) = 122+153+156=431 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.31% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 156 - color contains mainly: blue. Hex color #7A999C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A999C is #856663. Grayscale: #909090. Windows color (decimal): -8742500 or 10262906. OLE color: 10262906.
HSL color Cylindrical-coordinate representation of color #7A999C: hue angle of 185.29º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A999C is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 153 | 156 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.39 |
| HSL | 185.29º | 0.15% | 0.55% | - |
| HSV(B) | 185.29º | 0.22% | 0.61% | - |
| XYZ | 25.42 | 29.32 | 35.77 | - |
| YUV | 144.07 | 134.73 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 153 | 156 | 0.22 | 0.02 | 0 | 0.39 | 185.29 | 0.15 | 0.55 |
| Hex | 7A | 99 | 9C | 16 | 2 | 0 | 27 | B9 | F | 37 |
| Octal | 172 | 231 | 234 | 26 | 2 | 0 | 47 | 271 | 17 | 67 |
| Binary | 1111010 | 10011001 | 10011100 | 10110 | 10 | 0 | 100111 | 10111001 | 1111 | 110111 |
Color Harmonies of #7A999C
Complementary color
Monochromatic Colors of #7A999C
Black with #7A999C
Text Example
Text Example
White with #7A999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A999C; }
p { color: rgb(122,153,156); }
H1.HeaderClassName
{
color: #7A999C;
}
.AnyTagClassName
{
color: #7A999C;
}
</style>
background-color css
<style>
a { background-color: #7A999C; }
a { background-color: rgb(122,153,156); }
div.DivClassName
{
background-color: #7A999C;
}
.BgClassName
{
background-color: #7A999C;
}
</style>
border-color css
<style>
span { border-color: #7A999C; }
span { border-color: rgb(122,153,156); }
td.TdClassName
{
border-color: #7A999C;
}
.TagClassName
{
border-color: #7A999C;
}
</style>