Shades of Submarine #7E9C99
Tints of Submarine #7E9C99
RGB
CMYK
RGB Variations
Color information
#7E9C99 (or 0x7E9C99) is known color: Submarine. HEX triplet: 7E, 9C and 99. RGB value is (126,156,153). Sum of RGB (Red+Green+Blue) = 126+156+153=435 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.97% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 156 - color contains mainly: green. Hex color #7E9C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E9C99 is #816366. Grayscale: #929292. Windows color (decimal): -8479591 or 10067070. OLE color: 10067070.
HSL color Cylindrical-coordinate representation of color #7E9C99: hue angle of 174º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7E9C99 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 156 | 153 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.39 |
| HSL | 174º | 0.13% | 0.55% | - |
| HSV(B) | 174º | 0.19% | 0.61% | - |
| XYZ | 26.24 | 30.51 | 34.64 | - |
| YUV | 146.69 | 131.56 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 156 | 153 | 0.19 | 0 | 0.02 | 0.39 | 174 | 0.13 | 0.55 |
| Hex | 7E | 9C | 99 | 13 | 0 | 2 | 27 | AE | D | 37 |
| Octal | 176 | 234 | 231 | 23 | 0 | 2 | 47 | 256 | 15 | 67 |
| Binary | 1111110 | 10011100 | 10011001 | 10011 | 0 | 10 | 100111 | 10101110 | 1101 | 110111 |
Color Harmonies of #7E9C99
Complementary color
Monochromatic Colors of #7E9C99
Black with #7E9C99
Text Example
Text Example
White with #7E9C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9C99; }
p { color: rgb(126,156,153); }
H1.HeaderClassName
{
color: #7E9C99;
}
.AnyTagClassName
{
color: #7E9C99;
}
</style>
background-color css
<style>
a { background-color: #7E9C99; }
a { background-color: rgb(126,156,153); }
div.DivClassName
{
background-color: #7E9C99;
}
.BgClassName
{
background-color: #7E9C99;
}
</style>
border-color css
<style>
span { border-color: #7E9C99; }
span { border-color: rgb(126,156,153); }
td.TdClassName
{
border-color: #7E9C99;
}
.TagClassName
{
border-color: #7E9C99;
}
</style>