Shades of Submarine #7B979B
Tints of Submarine #7B979B
RGB
CMYK
RGB Variations
Color information
#7B979B (or 0x7B979B) is known color: Submarine. HEX triplet: 7B, 97 and 9B. RGB value is (123,151,155). Sum of RGB (Red+Green+Blue) = 123+151+155=429 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.67% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B979B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B979B is #846864. Grayscale: #8F8F8F. Windows color (decimal): -8677477 or 10196859. OLE color: 10196859.
HSL color Cylindrical-coordinate representation of color #7B979B: hue angle of 187.5º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7B979B is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 151 | 155 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.39 |
| HSL | 187.5º | 0.14% | 0.55% | - |
| HSV(B) | 187.5º | 0.21% | 0.61% | - |
| XYZ | 25.15 | 28.71 | 35.23 | - |
| YUV | 143.08 | 134.72 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 151 | 155 | 0.21 | 0.03 | 0 | 0.39 | 187.5 | 0.14 | 0.55 |
| Hex | 7B | 97 | 9B | 15 | 3 | 0 | 27 | BC | E | 37 |
| Octal | 173 | 227 | 233 | 25 | 3 | 0 | 47 | 274 | 16 | 67 |
| Binary | 1111011 | 10010111 | 10011011 | 10101 | 11 | 0 | 100111 | 10111100 | 1110 | 110111 |
Color Harmonies of #7B979B
Complementary color
Monochromatic Colors of #7B979B
Black with #7B979B
Text Example
Text Example
White with #7B979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B979B; }
p { color: rgb(123,151,155); }
H1.HeaderClassName
{
color: #7B979B;
}
.AnyTagClassName
{
color: #7B979B;
}
</style>
background-color css
<style>
a { background-color: #7B979B; }
a { background-color: rgb(123,151,155); }
div.DivClassName
{
background-color: #7B979B;
}
.BgClassName
{
background-color: #7B979B;
}
</style>
border-color css
<style>
span { border-color: #7B979B; }
span { border-color: rgb(123,151,155); }
td.TdClassName
{
border-color: #7B979B;
}
.TagClassName
{
border-color: #7B979B;
}
</style>