Shades of Bermuda Grey #748FAC
Tints of Bermuda Grey #748FAC
RGB
CMYK
RGB Variations
Color information
#748FAC (or 0x748FAC) is known color: Bermuda Grey. HEX triplet: 74, 8F and AC. RGB value is (116,143,172). Sum of RGB (Red+Green+Blue) = 116+143+172=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 172 - color contains mainly: blue. Hex color #748FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748FAC is #8B7053. Grayscale: #8A8A8A. Windows color (decimal): -9138260 or 11308916. OLE color: 11308916.
HSL color Cylindrical-coordinate representation of color #748FAC: hue angle of 211.07º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #748FAC is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 143 | 172 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.33 |
| HSL | 211.07º | 0.25% | 0.56% | - |
| HSV(B) | 211.07º | 0.33% | 0.67% | - |
| XYZ | 24.47 | 26.34 | 42.82 | - |
| YUV | 138.23 | 147.05 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 143 | 172 | 0.33 | 0.17 | 0 | 0.33 | 211.07 | 0.25 | 0.56 |
| Hex | 74 | 8F | AC | 21 | 11 | 0 | 21 | D3 | 19 | 38 |
| Octal | 164 | 217 | 254 | 41 | 21 | 0 | 41 | 323 | 31 | 70 |
| Binary | 1110100 | 10001111 | 10101100 | 100001 | 10001 | 0 | 100001 | 11010011 | 11001 | 111000 |
Color Harmonies of #748FAC
Complementary color
Monochromatic Colors of #748FAC
Black with #748FAC
Text Example
Text Example
White with #748FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748FAC; }
p { color: rgb(116,143,172); }
H1.HeaderClassName
{
color: #748FAC;
}
.AnyTagClassName
{
color: #748FAC;
}
</style>
background-color css
<style>
a { background-color: #748FAC; }
a { background-color: rgb(116,143,172); }
div.DivClassName
{
background-color: #748FAC;
}
.BgClassName
{
background-color: #748FAC;
}
</style>
border-color css
<style>
span { border-color: #748FAC; }
span { border-color: rgb(116,143,172); }
td.TdClassName
{
border-color: #748FAC;
}
.TagClassName
{
border-color: #748FAC;
}
</style>