Shades of Submarine #7F9396
Tints of Submarine #7F9396
RGB
CMYK
RGB Variations
Color information
#7F9396 (or 0x7F9396) is known color: Submarine. HEX triplet: 7F, 93 and 96. RGB value is (127,147,150). Sum of RGB (Red+Green+Blue) = 127+147+150=424 (56% of max value = 765). Red value is 127 (50% from 255 or 29.95% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 150 - color contains mainly: blue. Hex color #7F9396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9396 is #806C69. Grayscale: #8D8D8D. Windows color (decimal): -8416362 or 9868159. OLE color: 9868159.
HSL color Cylindrical-coordinate representation of color #7F9396: hue angle of 187.83º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7F9396 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 127 | 147 | 150 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.41 |
| HSL | 187.83º | 0.1% | 0.54% | - |
| HSV(B) | 187.83º | 0.15% | 0.59% | - |
| XYZ | 24.69 | 27.58 | 32.88 | - |
| YUV | 141.36 | 132.87 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 147 | 150 | 0.15 | 0.02 | 0 | 0.41 | 187.83 | 0.1 | 0.54 |
| Hex | 7F | 93 | 96 | F | 2 | 0 | 29 | BC | A | 36 |
| Octal | 177 | 223 | 226 | 17 | 2 | 0 | 51 | 274 | 12 | 66 |
| Binary | 1111111 | 10010011 | 10010110 | 1111 | 10 | 0 | 101001 | 10111100 | 1010 | 110110 |
Color Harmonies of #7F9396
Complementary color
Monochromatic Colors of #7F9396
Black with #7F9396
Text Example
Text Example
White with #7F9396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9396; }
p { color: rgb(127,147,150); }
H1.HeaderClassName
{
color: #7F9396;
}
.AnyTagClassName
{
color: #7F9396;
}
</style>
background-color css
<style>
a { background-color: #7F9396; }
a { background-color: rgb(127,147,150); }
div.DivClassName
{
background-color: #7F9396;
}
.BgClassName
{
background-color: #7F9396;
}
</style>
border-color css
<style>
span { border-color: #7F9396; }
span { border-color: rgb(127,147,150); }
td.TdClassName
{
border-color: #7F9396;
}
.TagClassName
{
border-color: #7F9396;
}
</style>