Shades of Cutty Sark #617D76
Tints of Cutty Sark #617D76
RGB
CMYK
RGB Variations
Color information
#617D76 (or 0x617D76) is known color: Cutty Sark. HEX triplet: 61, 7D and 76. RGB value is (97,125,118). Sum of RGB (Red+Green+Blue) = 97+125+118=340 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.53% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 125 - color contains mainly: green. Hex color #617D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617D76 is #9E8289. Grayscale: #737373. Windows color (decimal): -10388106 or 7765345. OLE color: 7765345.
HSL color Cylindrical-coordinate representation of color #617D76: hue angle of 165º 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 #617D76 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 125 | 118 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.51 |
| HSL | 165º | 0.13% | 0.44% | - |
| HSV(B) | 165º | 0.22% | 0.49% | - |
| XYZ | 15.53 | 18.52 | 19.89 | - |
| YUV | 115.83 | 129.22 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 125 | 118 | 0.22 | 0 | 0.06 | 0.51 | 165 | 0.13 | 0.44 |
| Hex | 61 | 7D | 76 | 16 | 0 | 6 | 33 | A5 | D | 2C |
| Octal | 141 | 175 | 166 | 26 | 0 | 6 | 63 | 245 | 15 | 54 |
| Binary | 1100001 | 1111101 | 1110110 | 10110 | 0 | 110 | 110011 | 10100101 | 1101 | 101100 |
Color Harmonies of #617D76
Complementary color
Monochromatic Colors of #617D76
Black with #617D76
Text Example
Text Example
White with #617D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617D76; }
p { color: rgb(97,125,118); }
H1.HeaderClassName
{
color: #617D76;
}
.AnyTagClassName
{
color: #617D76;
}
</style>
background-color css
<style>
a { background-color: #617D76; }
a { background-color: rgb(97,125,118); }
div.DivClassName
{
background-color: #617D76;
}
.BgClassName
{
background-color: #617D76;
}
</style>
border-color css
<style>
span { border-color: #617D76; }
span { border-color: rgb(97,125,118); }
td.TdClassName
{
border-color: #617D76;
}
.TagClassName
{
border-color: #617D76;
}
</style>