Shades of Cutty Sark #617F78
Tints of Cutty Sark #617F78
RGB
CMYK
RGB Variations
Color information
#617F78 (or 0x617F78) is known color: Cutty Sark. HEX triplet: 61, 7F and 78. RGB value is (97,127,120). Sum of RGB (Red+Green+Blue) = 97+127+120=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 127 - color contains mainly: green. Hex color #617F78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617F78 is #9E8087. Grayscale: #757575. Windows color (decimal): -10387592 or 7896929. OLE color: 7896929.
HSL color Cylindrical-coordinate representation of color #617F78: hue angle of 166º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #617F78 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 97 | 127 | 120 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.50 |
| HSL | 166º | 0.13% | 0.44% | - |
| HSV(B) | 166º | 0.24% | 0.5% | - |
| XYZ | 15.91 | 19.08 | 20.61 | - |
| YUV | 117.23 | 129.56 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 127 | 120 | 0.24 | 0 | 0.06 | 0.50 | 166 | 0.13 | 0.44 |
| Hex | 61 | 7F | 78 | 18 | 0 | 6 | 32 | A6 | D | 2C |
| Octal | 141 | 177 | 170 | 30 | 0 | 6 | 62 | 246 | 15 | 54 |
| Binary | 1100001 | 1111111 | 1111000 | 11000 | 0 | 110 | 110010 | 10100110 | 1101 | 101100 |
Color Harmonies of #617F78
Complementary color
Monochromatic Colors of #617F78
Black with #617F78
Text Example
Text Example
White with #617F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617F78; }
p { color: rgb(97,127,120); }
H1.HeaderClassName
{
color: #617F78;
}
.AnyTagClassName
{
color: #617F78;
}
</style>
background-color css
<style>
a { background-color: #617F78; }
a { background-color: rgb(97,127,120); }
div.DivClassName
{
background-color: #617F78;
}
.BgClassName
{
background-color: #617F78;
}
</style>
border-color css
<style>
span { border-color: #617F78; }
span { border-color: rgb(97,127,120); }
td.TdClassName
{
border-color: #617F78;
}
.TagClassName
{
border-color: #617F78;
}
</style>