Shades of Cutty Sark #617C74
Tints of Cutty Sark #617C74
RGB
CMYK
RGB Variations
Color information
#617C74 (or 0x617C74) is known color: Cutty Sark. HEX triplet: 61, 7C and 74. RGB value is (97,124,116). Sum of RGB (Red+Green+Blue) = 97+124+116=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 124 - color contains mainly: green. Hex color #617C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617C74 is #9E838B. Grayscale: #737373. Windows color (decimal): -10388364 or 7634017. OLE color: 7634017.
HSL color Cylindrical-coordinate representation of color #617C74: hue angle of 162.22º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #617C74 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 124 | 116 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.51 |
| HSL | 162.22º | 0.12% | 0.43% | - |
| HSV(B) | 162.22º | 0.22% | 0.49% | - |
| XYZ | 15.29 | 18.22 | 19.23 | - |
| YUV | 115.02 | 128.55 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 124 | 116 | 0.22 | 0 | 0.06 | 0.51 | 162.22 | 0.12 | 0.43 |
| Hex | 61 | 7C | 74 | 16 | 0 | 6 | 33 | A2 | C | 2B |
| Octal | 141 | 174 | 164 | 26 | 0 | 6 | 63 | 242 | 14 | 53 |
| Binary | 1100001 | 1111100 | 1110100 | 10110 | 0 | 110 | 110011 | 10100010 | 1100 | 101011 |
Color Harmonies of #617C74
Complementary color
Monochromatic Colors of #617C74
Black with #617C74
Text Example
Text Example
White with #617C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617C74; }
p { color: rgb(97,124,116); }
H1.HeaderClassName
{
color: #617C74;
}
.AnyTagClassName
{
color: #617C74;
}
</style>
background-color css
<style>
a { background-color: #617C74; }
a { background-color: rgb(97,124,116); }
div.DivClassName
{
background-color: #617C74;
}
.BgClassName
{
background-color: #617C74;
}
</style>
border-color css
<style>
span { border-color: #617C74; }
span { border-color: rgb(97,124,116); }
td.TdClassName
{
border-color: #617C74;
}
.TagClassName
{
border-color: #617C74;
}
</style>