Shades of Cutty Sark #547F74
Tints of Cutty Sark #547F74
RGB
CMYK
RGB Variations
Color information
#547F74 (or 0x547F74) is known color: Cutty Sark. HEX triplet: 54, 7F and 74. RGB value is (84,127,116). Sum of RGB (Red+Green+Blue) = 84+127+116=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 127 (50% from 255 or 38.84% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 127 - color contains mainly: green. Hex color #547F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547F74 is #AB808B. Grayscale: #707070. Windows color (decimal): -11239564 or 7634772. OLE color: 7634772.
HSL color Cylindrical-coordinate representation of color #547F74: hue angle of 164.65º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #547F74 is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 84 | 127 | 116 | - |
| CMYK | 0.34 | 0 | 0.09 | 0.50 |
| HSL | 164.65º | 0.2% | 0.41% | - |
| HSV(B) | 164.65º | 0.34% | 0.5% | - |
| XYZ | 14.4 | 18.32 | 19.3 | - |
| YUV | 112.89 | 129.75 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 127 | 116 | 0.34 | 0 | 0.09 | 0.50 | 164.65 | 0.2 | 0.41 |
| Hex | 54 | 7F | 74 | 22 | 0 | 9 | 32 | A5 | 14 | 29 |
| Octal | 124 | 177 | 164 | 42 | 0 | 11 | 62 | 245 | 24 | 51 |
| Binary | 1010100 | 1111111 | 1110100 | 100010 | 0 | 1001 | 110010 | 10100101 | 10100 | 101001 |
Color Harmonies of #547F74
Complementary color
Monochromatic Colors of #547F74
Black with #547F74
Text Example
Text Example
White with #547F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547F74; }
p { color: rgb(84,127,116); }
H1.HeaderClassName
{
color: #547F74;
}
.AnyTagClassName
{
color: #547F74;
}
</style>
background-color css
<style>
a { background-color: #547F74; }
a { background-color: rgb(84,127,116); }
div.DivClassName
{
background-color: #547F74;
}
.BgClassName
{
background-color: #547F74;
}
</style>
border-color css
<style>
span { border-color: #547F74; }
span { border-color: rgb(84,127,116); }
td.TdClassName
{
border-color: #547F74;
}
.TagClassName
{
border-color: #547F74;
}
</style>