Shades of Bermuda Grey #7F9198
Tints of Bermuda Grey #7F9198
RGB
CMYK
RGB Variations
Color information
#7F9198 (or 0x7F9198) is known color: Bermuda Grey. HEX triplet: 7F, 91 and 98. RGB value is (127,145,152). Sum of RGB (Red+Green+Blue) = 127+145+152=424 (56% of max value = 765). Red value is 127 (50% from 255 or 29.95% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 152 - color contains mainly: blue. Hex color #7F9198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9198 is #806E67. Grayscale: #8C8C8C. Windows color (decimal): -8416872 or 9998719. OLE color: 9998719.
HSL color Cylindrical-coordinate representation of color #7F9198: hue angle of 196.8º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7F9198 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 127 | 145 | 152 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.40 |
| HSL | 196.8º | 0.11% | 0.55% | - |
| HSV(B) | 196.8º | 0.16% | 0.6% | - |
| XYZ | 24.55 | 27.03 | 33.63 | - |
| YUV | 140.42 | 134.54 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 145 | 152 | 0.16 | 0.05 | 0 | 0.40 | 196.8 | 0.11 | 0.55 |
| Hex | 7F | 91 | 98 | 10 | 5 | 0 | 28 | C5 | B | 37 |
| Octal | 177 | 221 | 230 | 20 | 5 | 0 | 50 | 305 | 13 | 67 |
| Binary | 1111111 | 10010001 | 10011000 | 10000 | 101 | 0 | 101000 | 11000101 | 1011 | 110111 |
Color Harmonies of #7F9198
Complementary color
Monochromatic Colors of #7F9198
Black with #7F9198
Text Example
Text Example
White with #7F9198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9198; }
p { color: rgb(127,145,152); }
H1.HeaderClassName
{
color: #7F9198;
}
.AnyTagClassName
{
color: #7F9198;
}
</style>
background-color css
<style>
a { background-color: #7F9198; }
a { background-color: rgb(127,145,152); }
div.DivClassName
{
background-color: #7F9198;
}
.BgClassName
{
background-color: #7F9198;
}
</style>
border-color css
<style>
span { border-color: #7F9198; }
span { border-color: rgb(127,145,152); }
td.TdClassName
{
border-color: #7F9198;
}
.TagClassName
{
border-color: #7F9198;
}
</style>