Shades of Submarine #879C99
Tints of Submarine #879C99
RGB
CMYK
RGB Variations
Color information
#879C99 (or 0x879C99) is known color: Submarine. HEX triplet: 87, 9C and 99. RGB value is (135,156,153). Sum of RGB (Red+Green+Blue) = 135+156+153=444 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.41% from 444); Green value is 156 (61.33% from 255 or 35.14% from 444); Blue value is 153 (60.16% from 255 or 34.46% from 444); Max value from RGB is 156 - color contains mainly: green. Hex color #879C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879C99 is #786366. Grayscale: #959595. Windows color (decimal): -7889767 or 10067079. OLE color: 10067079.
HSL color Cylindrical-coordinate representation of color #879C99: hue angle of 171.43º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #879C99 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 135 | 156 | 153 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.39 |
| HSL | 171.43º | 0.1% | 0.57% | - |
| HSV(B) | 171.43º | 0.13% | 0.61% | - |
| XYZ | 27.63 | 31.23 | 34.71 | - |
| YUV | 149.38 | 130.04 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 156 | 153 | 0.13 | 0 | 0.02 | 0.39 | 171.43 | 0.1 | 0.57 |
| Hex | 87 | 9C | 99 | D | 0 | 2 | 27 | AB | A | 39 |
| Octal | 207 | 234 | 231 | 15 | 0 | 2 | 47 | 253 | 12 | 71 |
| Binary | 10000111 | 10011100 | 10011001 | 1101 | 0 | 10 | 100111 | 10101011 | 1010 | 111001 |
Color Harmonies of #879C99
Complementary color
Monochromatic Colors of #879C99
Black with #879C99
Text Example
Text Example
White with #879C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879C99; }
p { color: rgb(135,156,153); }
H1.HeaderClassName
{
color: #879C99;
}
.AnyTagClassName
{
color: #879C99;
}
</style>
background-color css
<style>
a { background-color: #879C99; }
a { background-color: rgb(135,156,153); }
div.DivClassName
{
background-color: #879C99;
}
.BgClassName
{
background-color: #879C99;
}
</style>
border-color css
<style>
span { border-color: #879C99; }
span { border-color: rgb(135,156,153); }
td.TdClassName
{
border-color: #879C99;
}
.TagClassName
{
border-color: #879C99;
}
</style>