Shades of Cutty Sark #617E74
Tints of Cutty Sark #617E74
RGB
CMYK
RGB Variations
Color information
#617E74 (or 0x617E74) is known color: Cutty Sark. HEX triplet: 61, 7E and 74. RGB value is (97,126,116). Sum of RGB (Red+Green+Blue) = 97+126+116=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 126 - color contains mainly: green. Hex color #617E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617E74 is #9E818B. Grayscale: #747474. Windows color (decimal): -10387852 or 7634529. OLE color: 7634529.
HSL color Cylindrical-coordinate representation of color #617E74: hue angle of 159.31º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #617E74 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 126 | 116 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.51 |
| HSL | 159.31º | 0.13% | 0.44% | - |
| HSV(B) | 159.31º | 0.23% | 0.49% | - |
| XYZ | 15.54 | 18.72 | 19.32 | - |
| YUV | 116.19 | 127.89 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 126 | 116 | 0.23 | 0 | 0.08 | 0.51 | 159.31 | 0.13 | 0.44 |
| Hex | 61 | 7E | 74 | 17 | 0 | 8 | 33 | 9F | D | 2C |
| Octal | 141 | 176 | 164 | 27 | 0 | 10 | 63 | 237 | 15 | 54 |
| Binary | 1100001 | 1111110 | 1110100 | 10111 | 0 | 1000 | 110011 | 10011111 | 1101 | 101100 |
Color Harmonies of #617E74
Complementary color
Monochromatic Colors of #617E74
Black with #617E74
Text Example
Text Example
White with #617E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617E74; }
p { color: rgb(97,126,116); }
H1.HeaderClassName
{
color: #617E74;
}
.AnyTagClassName
{
color: #617E74;
}
</style>
background-color css
<style>
a { background-color: #617E74; }
a { background-color: rgb(97,126,116); }
div.DivClassName
{
background-color: #617E74;
}
.BgClassName
{
background-color: #617E74;
}
</style>
border-color css
<style>
span { border-color: #617E74; }
span { border-color: rgb(97,126,116); }
td.TdClassName
{
border-color: #617E74;
}
.TagClassName
{
border-color: #617E74;
}
</style>