Shades of Breaker Bay #4C7775
Tints of Breaker Bay #4C7775
RGB
CMYK
RGB Variations
Color information
#4C7775 (or 0x4C7775) is known color: Breaker Bay. HEX triplet: 4C, 77 and 75. RGB value is (76,119,117). Sum of RGB (Red+Green+Blue) = 76+119+117=312 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.36% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 119 - color contains mainly: green. Hex color #4C7775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7775 is #B3888A. Grayscale: #696969. Windows color (decimal): -11765899 or 7698252. OLE color: 7698252.
HSL color Cylindrical-coordinate representation of color #4C7775: hue angle of 177.21º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4C7775 is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 76 | 119 | 117 | - |
| CMYK | 0.36 | 0 | 0.02 | 0.53 |
| HSL | 177.21º | 0.22% | 0.38% | - |
| HSV(B) | 177.21º | 0.36% | 0.47% | - |
| XYZ | 12.79 | 16.01 | 19.25 | - |
| YUV | 105.92 | 134.25 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 119 | 117 | 0.36 | 0 | 0.02 | 0.53 | 177.21 | 0.22 | 0.38 |
| Hex | 4C | 77 | 75 | 24 | 0 | 2 | 35 | B1 | 16 | 26 |
| Octal | 114 | 167 | 165 | 44 | 0 | 2 | 65 | 261 | 26 | 46 |
| Binary | 1001100 | 1110111 | 1110101 | 100100 | 0 | 10 | 110101 | 10110001 | 10110 | 100110 |
Color Harmonies of #4C7775
Complementary color
Monochromatic Colors of #4C7775
Black with #4C7775
Text Example
Text Example
White with #4C7775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7775; }
p { color: rgb(76,119,117); }
H1.HeaderClassName
{
color: #4C7775;
}
.AnyTagClassName
{
color: #4C7775;
}
</style>
background-color css
<style>
a { background-color: #4C7775; }
a { background-color: rgb(76,119,117); }
div.DivClassName
{
background-color: #4C7775;
}
.BgClassName
{
background-color: #4C7775;
}
</style>
border-color css
<style>
span { border-color: #4C7775; }
span { border-color: rgb(76,119,117); }
td.TdClassName
{
border-color: #4C7775;
}
.TagClassName
{
border-color: #4C7775;
}
</style>