Shades of Cutty Sark #617D72
Tints of Cutty Sark #617D72
RGB
CMYK
RGB Variations
Color information
#617D72 (or 0x617D72) is known color: Cutty Sark. HEX triplet: 61, 7D and 72. RGB value is (97,125,114). Sum of RGB (Red+Green+Blue) = 97+125+114=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 125 - color contains mainly: green. Hex color #617D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617D72 is #9E828D. Grayscale: #737373. Windows color (decimal): -10388110 or 7503201. OLE color: 7503201.
HSL color Cylindrical-coordinate representation of color #617D72: hue angle of 156.43º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #617D72 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 125 | 114 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.51 |
| HSL | 156.43º | 0.13% | 0.44% | - |
| HSV(B) | 156.43º | 0.22% | 0.49% | - |
| XYZ | 15.3 | 18.42 | 18.67 | - |
| YUV | 115.37 | 127.22 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 125 | 114 | 0.22 | 0 | 0.09 | 0.51 | 156.43 | 0.13 | 0.44 |
| Hex | 61 | 7D | 72 | 16 | 0 | 9 | 33 | 9C | D | 2C |
| Octal | 141 | 175 | 162 | 26 | 0 | 11 | 63 | 234 | 15 | 54 |
| Binary | 1100001 | 1111101 | 1110010 | 10110 | 0 | 1001 | 110011 | 10011100 | 1101 | 101100 |
Color Harmonies of #617D72
Complementary color
Monochromatic Colors of #617D72
Black with #617D72
Text Example
Text Example
White with #617D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617D72; }
p { color: rgb(97,125,114); }
H1.HeaderClassName
{
color: #617D72;
}
.AnyTagClassName
{
color: #617D72;
}
</style>
background-color css
<style>
a { background-color: #617D72; }
a { background-color: rgb(97,125,114); }
div.DivClassName
{
background-color: #617D72;
}
.BgClassName
{
background-color: #617D72;
}
</style>
border-color css
<style>
span { border-color: #617D72; }
span { border-color: rgb(97,125,114); }
td.TdClassName
{
border-color: #617D72;
}
.TagClassName
{
border-color: #617D72;
}
</style>