Shades of Bermuda Grey #748CA3
Tints of Bermuda Grey #748CA3
RGB
CMYK
RGB Variations
Color information
#748CA3 (or 0x748CA3) is known color: Bermuda Grey. HEX triplet: 74, 8C and A3. RGB value is (116,140,163). Sum of RGB (Red+Green+Blue) = 116+140+163=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 163 (64.06% from 255 or 38.90% from 419); Max value from RGB is 163 - color contains mainly: blue. Hex color #748CA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748CA3 is #8B735C. Grayscale: #878787. Windows color (decimal): -9139037 or 10718324. OLE color: 10718324.
HSL color Cylindrical-coordinate representation of color #748CA3: hue angle of 209.36º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #748CA3 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 140 | 163 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.36 |
| HSL | 209.36º | 0.2% | 0.55% | - |
| HSV(B) | 209.36º | 0.29% | 0.64% | - |
| XYZ | 23.19 | 25.11 | 38.28 | - |
| YUV | 135.45 | 143.55 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 140 | 163 | 0.29 | 0.14 | 0 | 0.36 | 209.36 | 0.2 | 0.55 |
| Hex | 74 | 8C | A3 | 1D | E | 0 | 24 | D1 | 14 | 37 |
| Octal | 164 | 214 | 243 | 35 | 16 | 0 | 44 | 321 | 24 | 67 |
| Binary | 1110100 | 10001100 | 10100011 | 11101 | 1110 | 0 | 100100 | 11010001 | 10100 | 110111 |
Color Harmonies of #748CA3
Complementary color
Monochromatic Colors of #748CA3
Black with #748CA3
Text Example
Text Example
White with #748CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748CA3; }
p { color: rgb(116,140,163); }
H1.HeaderClassName
{
color: #748CA3;
}
.AnyTagClassName
{
color: #748CA3;
}
</style>
background-color css
<style>
a { background-color: #748CA3; }
a { background-color: rgb(116,140,163); }
div.DivClassName
{
background-color: #748CA3;
}
.BgClassName
{
background-color: #748CA3;
}
</style>
border-color css
<style>
span { border-color: #748CA3; }
span { border-color: rgb(116,140,163); }
td.TdClassName
{
border-color: #748CA3;
}
.TagClassName
{
border-color: #748CA3;
}
</style>