Shades of Bermuda Grey #75929A
Tints of Bermuda Grey #75929A
RGB
CMYK
RGB Variations
Color information
#75929A (or 0x75929A) is known color: Bermuda Grey. HEX triplet: 75, 92 and 9A. RGB value is (117,146,154). Sum of RGB (Red+Green+Blue) = 117+146+154=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 154 - color contains mainly: blue. Hex color #75929A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75929A is #8A6D65. Grayscale: #8A8A8A. Windows color (decimal): -9071974 or 10130037. OLE color: 10130037.
HSL color Cylindrical-coordinate representation of color #75929A: hue angle of 192.97º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #75929A is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 146 | 154 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.40 |
| HSL | 192.97º | 0.15% | 0.53% | - |
| HSV(B) | 192.97º | 0.24% | 0.6% | - |
| XYZ | 23.45 | 26.67 | 34.48 | - |
| YUV | 138.24 | 136.89 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 146 | 154 | 0.24 | 0.05 | 0 | 0.40 | 192.97 | 0.15 | 0.53 |
| Hex | 75 | 92 | 9A | 18 | 5 | 0 | 28 | C1 | F | 35 |
| Octal | 165 | 222 | 232 | 30 | 5 | 0 | 50 | 301 | 17 | 65 |
| Binary | 1110101 | 10010010 | 10011010 | 11000 | 101 | 0 | 101000 | 11000001 | 1111 | 110101 |
Color Harmonies of #75929A
Complementary color
Monochromatic Colors of #75929A
Black with #75929A
Text Example
Text Example
White with #75929A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75929A; }
p { color: rgb(117,146,154); }
H1.HeaderClassName
{
color: #75929A;
}
.AnyTagClassName
{
color: #75929A;
}
</style>
background-color css
<style>
a { background-color: #75929A; }
a { background-color: rgb(117,146,154); }
div.DivClassName
{
background-color: #75929A;
}
.BgClassName
{
background-color: #75929A;
}
</style>
border-color css
<style>
span { border-color: #75929A; }
span { border-color: rgb(117,146,154); }
td.TdClassName
{
border-color: #75929A;
}
.TagClassName
{
border-color: #75929A;
}
</style>