Shades of Bermuda Grey #7B909C
Tints of Bermuda Grey #7B909C
RGB
CMYK
RGB Variations
Color information
#7B909C (or 0x7B909C) is known color: Bermuda Grey. HEX triplet: 7B, 90 and 9C. RGB value is (123,144,156). Sum of RGB (Red+Green+Blue) = 123+144+156=423 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.08% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 156 - color contains mainly: blue. Hex color #7B909C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B909C is #846F63. Grayscale: #8B8B8B. Windows color (decimal): -8679268 or 10260603. OLE color: 10260603.
HSL color Cylindrical-coordinate representation of color #7B909C: hue angle of 201.82º 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 #7B909C is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 144 | 156 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.39 |
| HSL | 201.82º | 0.14% | 0.55% | - |
| HSV(B) | 201.82º | 0.21% | 0.61% | - |
| XYZ | 24.14 | 26.56 | 35.31 | - |
| YUV | 139.09 | 137.54 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 144 | 156 | 0.21 | 0.08 | 0 | 0.39 | 201.82 | 0.14 | 0.55 |
| Hex | 7B | 90 | 9C | 15 | 8 | 0 | 27 | CA | E | 37 |
| Octal | 173 | 220 | 234 | 25 | 10 | 0 | 47 | 312 | 16 | 67 |
| Binary | 1111011 | 10010000 | 10011100 | 10101 | 1000 | 0 | 100111 | 11001010 | 1110 | 110111 |
Color Harmonies of #7B909C
Complementary color
Monochromatic Colors of #7B909C
Black with #7B909C
Text Example
Text Example
White with #7B909C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B909C; }
p { color: rgb(123,144,156); }
H1.HeaderClassName
{
color: #7B909C;
}
.AnyTagClassName
{
color: #7B909C;
}
</style>
background-color css
<style>
a { background-color: #7B909C; }
a { background-color: rgb(123,144,156); }
div.DivClassName
{
background-color: #7B909C;
}
.BgClassName
{
background-color: #7B909C;
}
</style>
border-color css
<style>
span { border-color: #7B909C; }
span { border-color: rgb(123,144,156); }
td.TdClassName
{
border-color: #7B909C;
}
.TagClassName
{
border-color: #7B909C;
}
</style>