Shades of Cutty Sark #54776B
Tints of Cutty Sark #54776B
RGB
CMYK
RGB Variations
Color information
#54776B (or 0x54776B) is known color: Cutty Sark. HEX triplet: 54, 77 and 6B. RGB value is (84,119,107). Sum of RGB (Red+Green+Blue) = 84+119+107=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 119 - color contains mainly: green. Hex color #54776B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54776B is #AB8894. Grayscale: #6B6B6B. Windows color (decimal): -11241621 or 7042900. OLE color: 7042900.
HSL color Cylindrical-coordinate representation of color #54776B: hue angle of 159.43º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #54776B is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 84 | 119 | 107 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.53 |
| HSL | 159.43º | 0.17% | 0.4% | - |
| HSV(B) | 159.43º | 0.29% | 0.47% | - |
| XYZ | 12.91 | 16.14 | 16.34 | - |
| YUV | 107.17 | 127.9 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 119 | 107 | 0.29 | 0 | 0.10 | 0.53 | 159.43 | 0.17 | 0.4 |
| Hex | 54 | 77 | 6B | 1D | 0 | A | 35 | 9F | 11 | 28 |
| Octal | 124 | 167 | 153 | 35 | 0 | 12 | 65 | 237 | 21 | 50 |
| Binary | 1010100 | 1110111 | 1101011 | 11101 | 0 | 1010 | 110101 | 10011111 | 10001 | 101000 |
Color Harmonies of #54776B
Complementary color
Monochromatic Colors of #54776B
Black with #54776B
Text Example
Text Example
White with #54776B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54776B; }
p { color: rgb(84,119,107); }
H1.HeaderClassName
{
color: #54776B;
}
.AnyTagClassName
{
color: #54776B;
}
</style>
background-color css
<style>
a { background-color: #54776B; }
a { background-color: rgb(84,119,107); }
div.DivClassName
{
background-color: #54776B;
}
.BgClassName
{
background-color: #54776B;
}
</style>
border-color css
<style>
span { border-color: #54776B; }
span { border-color: rgb(84,119,107); }
td.TdClassName
{
border-color: #54776B;
}
.TagClassName
{
border-color: #54776B;
}
</style>