Shades of Cutty Sark #4D8F77
Tints of Cutty Sark #4D8F77
RGB
CMYK
RGB Variations
Color information
#4D8F77 (or 0x4D8F77) is known color: Cutty Sark. HEX triplet: 4D, 8F and 77. RGB value is (77,143,119). Sum of RGB (Red+Green+Blue) = 77+143+119=339 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.71% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 143 - color contains mainly: green. Hex color #4D8F77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8F77 is #B27088. Grayscale: #787878. Windows color (decimal): -11694217 or 7835469. OLE color: 7835469.
HSL color Cylindrical-coordinate representation of color #4D8F77: hue angle of 158.18º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4D8F77 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 143 | 119 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.44 |
| HSL | 158.18º | 0.3% | 0.43% | - |
| HSV(B) | 158.18º | 0.46% | 0.56% | - |
| XYZ | 16.21 | 22.55 | 20.95 | - |
| YUV | 120.53 | 127.13 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 143 | 119 | 0.46 | 0 | 0.17 | 0.44 | 158.18 | 0.3 | 0.43 |
| Hex | 4D | 8F | 77 | 2E | 0 | 11 | 2C | 9E | 1E | 2B |
| Octal | 115 | 217 | 167 | 56 | 0 | 21 | 54 | 236 | 36 | 53 |
| Binary | 1001101 | 10001111 | 1110111 | 101110 | 0 | 10001 | 101100 | 10011110 | 11110 | 101011 |
Color Harmonies of #4D8F77
Complementary color
Monochromatic Colors of #4D8F77
Black with #4D8F77
Text Example
Text Example
White with #4D8F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8F77; }
p { color: rgb(77,143,119); }
H1.HeaderClassName
{
color: #4D8F77;
}
.AnyTagClassName
{
color: #4D8F77;
}
</style>
background-color css
<style>
a { background-color: #4D8F77; }
a { background-color: rgb(77,143,119); }
div.DivClassName
{
background-color: #4D8F77;
}
.BgClassName
{
background-color: #4D8F77;
}
</style>
border-color css
<style>
span { border-color: #4D8F77; }
span { border-color: rgb(77,143,119); }
td.TdClassName
{
border-color: #4D8F77;
}
.TagClassName
{
border-color: #4D8F77;
}
</style>