Shades of Cutty Sark #54776A
Tints of Cutty Sark #54776A
RGB
CMYK
RGB Variations
Color information
#54776A (or 0x54776A) is known color: Cutty Sark. HEX triplet: 54, 77 and 6A. RGB value is (84,119,106). Sum of RGB (Red+Green+Blue) = 84+119+106=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 119 - color contains mainly: green. Hex color #54776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54776A is #AB8895. Grayscale: #6B6B6B. Windows color (decimal): -11241622 or 6977364. OLE color: 6977364.
HSL color Cylindrical-coordinate representation of color #54776A: hue angle of 157.71º 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 #54776A is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 84 | 119 | 106 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.53 |
| HSL | 157.71º | 0.17% | 0.4% | - |
| HSV(B) | 157.71º | 0.29% | 0.47% | - |
| XYZ | 12.85 | 16.12 | 16.07 | - |
| YUV | 107.05 | 127.4 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 119 | 106 | 0.29 | 0 | 0.11 | 0.53 | 157.71 | 0.17 | 0.4 |
| Hex | 54 | 77 | 6A | 1D | 0 | B | 35 | 9E | 11 | 28 |
| Octal | 124 | 167 | 152 | 35 | 0 | 13 | 65 | 236 | 21 | 50 |
| Binary | 1010100 | 1110111 | 1101010 | 11101 | 0 | 1011 | 110101 | 10011110 | 10001 | 101000 |
Color Harmonies of #54776A
Complementary color
Monochromatic Colors of #54776A
Black with #54776A
Text Example
Text Example
White with #54776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54776A; }
p { color: rgb(84,119,106); }
H1.HeaderClassName
{
color: #54776A;
}
.AnyTagClassName
{
color: #54776A;
}
</style>
background-color css
<style>
a { background-color: #54776A; }
a { background-color: rgb(84,119,106); }
div.DivClassName
{
background-color: #54776A;
}
.BgClassName
{
background-color: #54776A;
}
</style>
border-color css
<style>
span { border-color: #54776A; }
span { border-color: rgb(84,119,106); }
td.TdClassName
{
border-color: #54776A;
}
.TagClassName
{
border-color: #54776A;
}
</style>