Shades of Cutty Sark #4D8E75
Tints of Cutty Sark #4D8E75
RGB
CMYK
RGB Variations
Color information
#4D8E75 (or 0x4D8E75) is known color: Cutty Sark. HEX triplet: 4D, 8E and 75. RGB value is (77,142,117). Sum of RGB (Red+Green+Blue) = 77+142+117=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 142 (55.86% from 255 or 42.26% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 142 - color contains mainly: green. Hex color #4D8E75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8E75 is #B2718A. Grayscale: #777777. Windows color (decimal): -11694475 or 7704141. OLE color: 7704141.
HSL color Cylindrical-coordinate representation of color #4D8E75: hue angle of 156.92º 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 #4D8E75 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 142 | 117 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.44 |
| HSL | 156.92º | 0.3% | 0.43% | - |
| HSV(B) | 156.92º | 0.46% | 0.56% | - |
| XYZ | 15.94 | 22.21 | 20.28 | - |
| YUV | 119.72 | 126.47 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 142 | 117 | 0.46 | 0 | 0.18 | 0.44 | 156.92 | 0.3 | 0.43 |
| Hex | 4D | 8E | 75 | 2E | 0 | 12 | 2C | 9D | 1E | 2B |
| Octal | 115 | 216 | 165 | 56 | 0 | 22 | 54 | 235 | 36 | 53 |
| Binary | 1001101 | 10001110 | 1110101 | 101110 | 0 | 10010 | 101100 | 10011101 | 11110 | 101011 |
Color Harmonies of #4D8E75
Complementary color
Monochromatic Colors of #4D8E75
Black with #4D8E75
Text Example
Text Example
White with #4D8E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8E75; }
p { color: rgb(77,142,117); }
H1.HeaderClassName
{
color: #4D8E75;
}
.AnyTagClassName
{
color: #4D8E75;
}
</style>
background-color css
<style>
a { background-color: #4D8E75; }
a { background-color: rgb(77,142,117); }
div.DivClassName
{
background-color: #4D8E75;
}
.BgClassName
{
background-color: #4D8E75;
}
</style>
border-color css
<style>
span { border-color: #4D8E75; }
span { border-color: rgb(77,142,117); }
td.TdClassName
{
border-color: #4D8E75;
}
.TagClassName
{
border-color: #4D8E75;
}
</style>