Shades of Bermuda Grey #7B919B
Tints of Bermuda Grey #7B919B
RGB
CMYK
RGB Variations
Color information
#7B919B (or 0x7B919B) is known color: Bermuda Grey. HEX triplet: 7B, 91 and 9B. RGB value is (123,145,155). Sum of RGB (Red+Green+Blue) = 123+145+155=423 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.08% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B919B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B919B is #846E64. Grayscale: #8B8B8B. Windows color (decimal): -8679013 or 10195323. OLE color: 10195323.
HSL color Cylindrical-coordinate representation of color #7B919B: hue angle of 198.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 #7B919B is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 145 | 155 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.39 |
| HSL | 198.75º | 0.14% | 0.55% | - |
| HSV(B) | 198.75º | 0.21% | 0.61% | - |
| XYZ | 24.21 | 26.83 | 34.91 | - |
| YUV | 139.56 | 136.71 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 145 | 155 | 0.21 | 0.06 | 0 | 0.39 | 198.75 | 0.14 | 0.55 |
| Hex | 7B | 91 | 9B | 15 | 6 | 0 | 27 | C7 | E | 37 |
| Octal | 173 | 221 | 233 | 25 | 6 | 0 | 47 | 307 | 16 | 67 |
| Binary | 1111011 | 10010001 | 10011011 | 10101 | 110 | 0 | 100111 | 11000111 | 1110 | 110111 |
Color Harmonies of #7B919B
Complementary color
Monochromatic Colors of #7B919B
Black with #7B919B
Text Example
Text Example
White with #7B919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B919B; }
p { color: rgb(123,145,155); }
H1.HeaderClassName
{
color: #7B919B;
}
.AnyTagClassName
{
color: #7B919B;
}
</style>
background-color css
<style>
a { background-color: #7B919B; }
a { background-color: rgb(123,145,155); }
div.DivClassName
{
background-color: #7B919B;
}
.BgClassName
{
background-color: #7B919B;
}
</style>
border-color css
<style>
span { border-color: #7B919B; }
span { border-color: rgb(123,145,155); }
td.TdClassName
{
border-color: #7B919B;
}
.TagClassName
{
border-color: #7B919B;
}
</style>