Shades of Submarine #7B999B
Tints of Submarine #7B999B
RGB
CMYK
RGB Variations
Color information
#7B999B (or 0x7B999B) is known color: Submarine. HEX triplet: 7B, 99 and 9B. RGB value is (123,153,155). Sum of RGB (Red+Green+Blue) = 123+153+155=431 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.54% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B999B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B999B is #846664. Grayscale: #909090. Windows color (decimal): -8676965 or 10197371. OLE color: 10197371.
HSL color Cylindrical-coordinate representation of color #7B999B: hue angle of 183.75º 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 #7B999B is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 153 | 155 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.39 |
| HSL | 183.75º | 0.14% | 0.55% | - |
| HSV(B) | 183.75º | 0.21% | 0.61% | - |
| XYZ | 25.48 | 29.36 | 35.33 | - |
| YUV | 144.26 | 134.06 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 153 | 155 | 0.21 | 0.01 | 0 | 0.39 | 183.75 | 0.14 | 0.55 |
| Hex | 7B | 99 | 9B | 15 | 1 | 0 | 27 | B8 | E | 37 |
| Octal | 173 | 231 | 233 | 25 | 1 | 0 | 47 | 270 | 16 | 67 |
| Binary | 1111011 | 10011001 | 10011011 | 10101 | 1 | 0 | 100111 | 10111000 | 1110 | 110111 |
Color Harmonies of #7B999B
Complementary color
Monochromatic Colors of #7B999B
Black with #7B999B
Text Example
Text Example
White with #7B999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B999B; }
p { color: rgb(123,153,155); }
H1.HeaderClassName
{
color: #7B999B;
}
.AnyTagClassName
{
color: #7B999B;
}
</style>
background-color css
<style>
a { background-color: #7B999B; }
a { background-color: rgb(123,153,155); }
div.DivClassName
{
background-color: #7B999B;
}
.BgClassName
{
background-color: #7B999B;
}
</style>
border-color css
<style>
span { border-color: #7B999B; }
span { border-color: rgb(123,153,155); }
td.TdClassName
{
border-color: #7B999B;
}
.TagClassName
{
border-color: #7B999B;
}
</style>