Shades of Breaker Bay #4D7B75
Tints of Breaker Bay #4D7B75
RGB
CMYK
RGB Variations
Color information
#4D7B75 (or 0x4D7B75) is known color: Breaker Bay. HEX triplet: 4D, 7B and 75. RGB value is (77,123,117). Sum of RGB (Red+Green+Blue) = 77+123+117=317 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.29% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 123 - color contains mainly: green. Hex color #4D7B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7B75 is #B2848A. Grayscale: #6C6C6C. Windows color (decimal): -11699339 or 7699277. OLE color: 7699277.
HSL color Cylindrical-coordinate representation of color #4D7B75: hue angle of 172.17º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4D7B75 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 77 | 123 | 117 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.52 |
| HSL | 172.17º | 0.23% | 0.39% | - |
| HSV(B) | 172.17º | 0.37% | 0.48% | - |
| XYZ | 13.35 | 17.03 | 19.41 | - |
| YUV | 108.56 | 132.76 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 123 | 117 | 0.37 | 0 | 0.05 | 0.52 | 172.17 | 0.23 | 0.39 |
| Hex | 4D | 7B | 75 | 25 | 0 | 5 | 34 | AC | 17 | 27 |
| Octal | 115 | 173 | 165 | 45 | 0 | 5 | 64 | 254 | 27 | 47 |
| Binary | 1001101 | 1111011 | 1110101 | 100101 | 0 | 101 | 110100 | 10101100 | 10111 | 100111 |
Color Harmonies of #4D7B75
Complementary color
Monochromatic Colors of #4D7B75
Black with #4D7B75
Text Example
Text Example
White with #4D7B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7B75; }
p { color: rgb(77,123,117); }
H1.HeaderClassName
{
color: #4D7B75;
}
.AnyTagClassName
{
color: #4D7B75;
}
</style>
background-color css
<style>
a { background-color: #4D7B75; }
a { background-color: rgb(77,123,117); }
div.DivClassName
{
background-color: #4D7B75;
}
.BgClassName
{
background-color: #4D7B75;
}
</style>
border-color css
<style>
span { border-color: #4D7B75; }
span { border-color: rgb(77,123,117); }
td.TdClassName
{
border-color: #4D7B75;
}
.TagClassName
{
border-color: #4D7B75;
}
</style>