Shades of Bermuda Grey #7C939B
Tints of Bermuda Grey #7C939B
RGB
CMYK
RGB Variations
Color information
#7C939B (or 0x7C939B) is known color: Bermuda Grey. HEX triplet: 7C, 93 and 9B. RGB value is (124,147,155). Sum of RGB (Red+Green+Blue) = 124+147+155=426 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.11% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C939B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C939B is #836C64. Grayscale: #8C8C8C. Windows color (decimal): -8612965 or 10195836. OLE color: 10195836.
HSL color Cylindrical-coordinate representation of color #7C939B: hue angle of 195.48º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7C939B is Cyan = 0.2, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 147 | 155 | - |
| CMYK | 0.2 | 0.05 | 0 | 0.39 |
| HSL | 195.48º | 0.13% | 0.55% | - |
| HSV(B) | 195.48º | 0.2% | 0.61% | - |
| XYZ | 24.66 | 27.52 | 35.02 | - |
| YUV | 141.04 | 135.88 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 147 | 155 | 0.2 | 0.05 | 0 | 0.39 | 195.48 | 0.13 | 0.55 |
| Hex | 7C | 93 | 9B | 14 | 5 | 0 | 27 | C3 | D | 37 |
| Octal | 174 | 223 | 233 | 24 | 5 | 0 | 47 | 303 | 15 | 67 |
| Binary | 1111100 | 10010011 | 10011011 | 10100 | 101 | 0 | 100111 | 11000011 | 1101 | 110111 |
Color Harmonies of #7C939B
Complementary color
Monochromatic Colors of #7C939B
Black with #7C939B
Text Example
Text Example
White with #7C939B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C939B; }
p { color: rgb(124,147,155); }
H1.HeaderClassName
{
color: #7C939B;
}
.AnyTagClassName
{
color: #7C939B;
}
</style>
background-color css
<style>
a { background-color: #7C939B; }
a { background-color: rgb(124,147,155); }
div.DivClassName
{
background-color: #7C939B;
}
.BgClassName
{
background-color: #7C939B;
}
</style>
border-color css
<style>
span { border-color: #7C939B; }
span { border-color: rgb(124,147,155); }
td.TdClassName
{
border-color: #7C939B;
}
.TagClassName
{
border-color: #7C939B;
}
</style>