Shades of Breaker Bay #4E7C75
Tints of Breaker Bay #4E7C75
RGB
CMYK
RGB Variations
Color information
#4E7C75 (or 0x4E7C75) is known color: Breaker Bay. HEX triplet: 4E, 7C and 75. RGB value is (78,124,117). Sum of RGB (Red+Green+Blue) = 78+124+117=319 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.45% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 124 - color contains mainly: green. Hex color #4E7C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7C75 is #B1838A. Grayscale: #6D6D6D. Windows color (decimal): -11633547 or 7699534. OLE color: 7699534.
HSL color Cylindrical-coordinate representation of color #4E7C75: hue angle of 170.87º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E7C75 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 78 | 124 | 117 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.51 |
| HSL | 170.87º | 0.23% | 0.4% | - |
| HSV(B) | 170.87º | 0.37% | 0.49% | - |
| XYZ | 13.56 | 17.32 | 19.46 | - |
| YUV | 109.45 | 132.26 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 124 | 117 | 0.37 | 0 | 0.06 | 0.51 | 170.87 | 0.23 | 0.4 |
| Hex | 4E | 7C | 75 | 25 | 0 | 6 | 33 | AB | 17 | 28 |
| Octal | 116 | 174 | 165 | 45 | 0 | 6 | 63 | 253 | 27 | 50 |
| Binary | 1001110 | 1111100 | 1110101 | 100101 | 0 | 110 | 110011 | 10101011 | 10111 | 101000 |
Color Harmonies of #4E7C75
Complementary color
Monochromatic Colors of #4E7C75
Black with #4E7C75
Text Example
Text Example
White with #4E7C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7C75; }
p { color: rgb(78,124,117); }
H1.HeaderClassName
{
color: #4E7C75;
}
.AnyTagClassName
{
color: #4E7C75;
}
</style>
background-color css
<style>
a { background-color: #4E7C75; }
a { background-color: rgb(78,124,117); }
div.DivClassName
{
background-color: #4E7C75;
}
.BgClassName
{
background-color: #4E7C75;
}
</style>
border-color css
<style>
span { border-color: #4E7C75; }
span { border-color: rgb(78,124,117); }
td.TdClassName
{
border-color: #4E7C75;
}
.TagClassName
{
border-color: #4E7C75;
}
</style>