Shades of Bermuda Grey #7B919F
Tints of Bermuda Grey #7B919F
RGB
CMYK
RGB Variations
Color information
#7B919F (or 0x7B919F) is known color: Bermuda Grey. HEX triplet: 7B, 91 and 9F. RGB value is (123,145,159). Sum of RGB (Red+Green+Blue) = 123+145+159=427 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.81% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 159 - color contains mainly: blue. Hex color #7B919F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B919F is #846E60. Grayscale: #8B8B8B. Windows color (decimal): -8679009 or 10457467. OLE color: 10457467.
HSL color Cylindrical-coordinate representation of color #7B919F: hue angle of 203.33º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7B919F is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 145 | 159 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.38 |
| HSL | 203.33º | 0.16% | 0.55% | - |
| HSV(B) | 203.33º | 0.23% | 0.62% | - |
| XYZ | 24.55 | 26.96 | 36.71 | - |
| YUV | 140.02 | 138.71 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 145 | 159 | 0.23 | 0.09 | 0 | 0.38 | 203.33 | 0.16 | 0.55 |
| Hex | 7B | 91 | 9F | 17 | 9 | 0 | 26 | CB | 10 | 37 |
| Octal | 173 | 221 | 237 | 27 | 11 | 0 | 46 | 313 | 20 | 67 |
| Binary | 1111011 | 10010001 | 10011111 | 10111 | 1001 | 0 | 100110 | 11001011 | 10000 | 110111 |
Color Harmonies of #7B919F
Complementary color
Monochromatic Colors of #7B919F
Black with #7B919F
Text Example
Text Example
White with #7B919F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B919F; }
p { color: rgb(123,145,159); }
H1.HeaderClassName
{
color: #7B919F;
}
.AnyTagClassName
{
color: #7B919F;
}
</style>
background-color css
<style>
a { background-color: #7B919F; }
a { background-color: rgb(123,145,159); }
div.DivClassName
{
background-color: #7B919F;
}
.BgClassName
{
background-color: #7B919F;
}
</style>
border-color css
<style>
span { border-color: #7B919F; }
span { border-color: rgb(123,145,159); }
td.TdClassName
{
border-color: #7B919F;
}
.TagClassName
{
border-color: #7B919F;
}
</style>