Shades of Bermuda Grey #7B939B
Tints of Bermuda Grey #7B939B
RGB
CMYK
RGB Variations
Color information
#7B939B (or 0x7B939B) is known color: Bermuda Grey. HEX triplet: 7B, 93 and 9B. RGB value is (123,147,155). Sum of RGB (Red+Green+Blue) = 123+147+155=425 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.94% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B939B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B939B is #846C64. Grayscale: #8C8C8C. Windows color (decimal): -8678501 or 10195835. OLE color: 10195835.
HSL color Cylindrical-coordinate representation of color #7B939B: hue angle of 195º 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 #7B939B is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 147 | 155 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.39 |
| HSL | 195º | 0.14% | 0.55% | - |
| HSV(B) | 195º | 0.21% | 0.61% | - |
| XYZ | 24.52 | 27.44 | 35.02 | - |
| YUV | 140.74 | 136.05 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 147 | 155 | 0.21 | 0.05 | 0 | 0.39 | 195 | 0.14 | 0.55 |
| Hex | 7B | 93 | 9B | 15 | 5 | 0 | 27 | C3 | E | 37 |
| Octal | 173 | 223 | 233 | 25 | 5 | 0 | 47 | 303 | 16 | 67 |
| Binary | 1111011 | 10010011 | 10011011 | 10101 | 101 | 0 | 100111 | 11000011 | 1110 | 110111 |
Color Harmonies of #7B939B
Complementary color
Monochromatic Colors of #7B939B
Black with #7B939B
Text Example
Text Example
White with #7B939B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B939B; }
p { color: rgb(123,147,155); }
H1.HeaderClassName
{
color: #7B939B;
}
.AnyTagClassName
{
color: #7B939B;
}
</style>
background-color css
<style>
a { background-color: #7B939B; }
a { background-color: rgb(123,147,155); }
div.DivClassName
{
background-color: #7B939B;
}
.BgClassName
{
background-color: #7B939B;
}
</style>
border-color css
<style>
span { border-color: #7B939B; }
span { border-color: rgb(123,147,155); }
td.TdClassName
{
border-color: #7B939B;
}
.TagClassName
{
border-color: #7B939B;
}
</style>