Shades of Bermuda Grey #748A94
Tints of Bermuda Grey #748A94
RGB
CMYK
RGB Variations
Color information
#748A94 (or 0x748A94) is known color: Bermuda Grey. HEX triplet: 74, 8A and 94. RGB value is (116,138,148). Sum of RGB (Red+Green+Blue) = 116+138+148=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 148 - color contains mainly: blue. Hex color #748A94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748A94 is #8B756B. Grayscale: #848484. Windows color (decimal): -9139564 or 9734772. OLE color: 9734772.
HSL color Cylindrical-coordinate representation of color #748A94: hue angle of 198.75º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #748A94 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 138 | 148 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.42 |
| HSL | 198.75º | 0.13% | 0.52% | - |
| HSV(B) | 198.75º | 0.22% | 0.58% | - |
| XYZ | 21.64 | 24.03 | 31.51 | - |
| YUV | 132.56 | 136.71 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 138 | 148 | 0.22 | 0.07 | 0 | 0.42 | 198.75 | 0.13 | 0.52 |
| Hex | 74 | 8A | 94 | 16 | 7 | 0 | 2A | C7 | D | 34 |
| Octal | 164 | 212 | 224 | 26 | 7 | 0 | 52 | 307 | 15 | 64 |
| Binary | 1110100 | 10001010 | 10010100 | 10110 | 111 | 0 | 101010 | 11000111 | 1101 | 110100 |
Color Harmonies of #748A94
Complementary color
Monochromatic Colors of #748A94
Black with #748A94
Text Example
Text Example
White with #748A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748A94; }
p { color: rgb(116,138,148); }
H1.HeaderClassName
{
color: #748A94;
}
.AnyTagClassName
{
color: #748A94;
}
</style>
background-color css
<style>
a { background-color: #748A94; }
a { background-color: rgb(116,138,148); }
div.DivClassName
{
background-color: #748A94;
}
.BgClassName
{
background-color: #748A94;
}
</style>
border-color css
<style>
span { border-color: #748A94; }
span { border-color: rgb(116,138,148); }
td.TdClassName
{
border-color: #748A94;
}
.TagClassName
{
border-color: #748A94;
}
</style>