Shades of Submarine #79999C
Tints of Submarine #79999C
RGB
CMYK
RGB Variations
Color information
#79999C (or 0x79999C) is known color: Submarine. HEX triplet: 79, 99 and 9C. RGB value is (121,153,156). Sum of RGB (Red+Green+Blue) = 121+153+156=430 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.14% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 156 - color contains mainly: blue. Hex color #79999C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79999C is #866663. Grayscale: #8F8F8F. Windows color (decimal): -8808036 or 10262905. OLE color: 10262905.
HSL color Cylindrical-coordinate representation of color #79999C: hue angle of 185.14º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #79999C is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 153 | 156 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.39 |
| HSL | 185.14º | 0.15% | 0.54% | - |
| HSV(B) | 185.14º | 0.22% | 0.61% | - |
| XYZ | 25.28 | 29.25 | 35.77 | - |
| YUV | 143.77 | 134.9 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 153 | 156 | 0.22 | 0.02 | 0 | 0.39 | 185.14 | 0.15 | 0.54 |
| Hex | 79 | 99 | 9C | 16 | 2 | 0 | 27 | B9 | F | 36 |
| Octal | 171 | 231 | 234 | 26 | 2 | 0 | 47 | 271 | 17 | 66 |
| Binary | 1111001 | 10011001 | 10011100 | 10110 | 10 | 0 | 100111 | 10111001 | 1111 | 110110 |
Color Harmonies of #79999C
Complementary color
Monochromatic Colors of #79999C
Black with #79999C
Text Example
Text Example
White with #79999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79999C; }
p { color: rgb(121,153,156); }
H1.HeaderClassName
{
color: #79999C;
}
.AnyTagClassName
{
color: #79999C;
}
</style>
background-color css
<style>
a { background-color: #79999C; }
a { background-color: rgb(121,153,156); }
div.DivClassName
{
background-color: #79999C;
}
.BgClassName
{
background-color: #79999C;
}
</style>
border-color css
<style>
span { border-color: #79999C; }
span { border-color: rgb(121,153,156); }
td.TdClassName
{
border-color: #79999C;
}
.TagClassName
{
border-color: #79999C;
}
</style>