Shades of Breaker Bay #4E7E77
Tints of Breaker Bay #4E7E77
RGB
CMYK
RGB Variations
Color information
#4E7E77 (or 0x4E7E77) is known color: Breaker Bay. HEX triplet: 4E, 7E and 77. RGB value is (78,126,119). Sum of RGB (Red+Green+Blue) = 78+126+119=323 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.15% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 126 - color contains mainly: green. Hex color #4E7E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7E77 is #B18188. Grayscale: #6E6E6E. Windows color (decimal): -11633033 or 7831118. OLE color: 7831118.
HSL color Cylindrical-coordinate representation of color #4E7E77: hue angle of 171.25º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4E7E77 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 78 | 126 | 119 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.51 |
| HSL | 171.25º | 0.24% | 0.4% | - |
| HSV(B) | 171.25º | 0.38% | 0.49% | - |
| XYZ | 13.93 | 17.87 | 20.17 | - |
| YUV | 110.85 | 132.6 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 126 | 119 | 0.38 | 0 | 0.06 | 0.51 | 171.25 | 0.24 | 0.4 |
| Hex | 4E | 7E | 77 | 26 | 0 | 6 | 33 | AB | 18 | 28 |
| Octal | 116 | 176 | 167 | 46 | 0 | 6 | 63 | 253 | 30 | 50 |
| Binary | 1001110 | 1111110 | 1110111 | 100110 | 0 | 110 | 110011 | 10101011 | 11000 | 101000 |
Color Harmonies of #4E7E77
Complementary color
Monochromatic Colors of #4E7E77
Black with #4E7E77
Text Example
Text Example
White with #4E7E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7E77; }
p { color: rgb(78,126,119); }
H1.HeaderClassName
{
color: #4E7E77;
}
.AnyTagClassName
{
color: #4E7E77;
}
</style>
background-color css
<style>
a { background-color: #4E7E77; }
a { background-color: rgb(78,126,119); }
div.DivClassName
{
background-color: #4E7E77;
}
.BgClassName
{
background-color: #4E7E77;
}
</style>
border-color css
<style>
span { border-color: #4E7E77; }
span { border-color: rgb(78,126,119); }
td.TdClassName
{
border-color: #4E7E77;
}
.TagClassName
{
border-color: #4E7E77;
}
</style>