Shades of Cutty Sark #617F72
Tints of Cutty Sark #617F72
RGB
CMYK
RGB Variations
Color information
#617F72 (or 0x617F72) is known color: Cutty Sark. HEX triplet: 61, 7F and 72. RGB value is (97,127,114). Sum of RGB (Red+Green+Blue) = 97+127+114=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 127 - color contains mainly: green. Hex color #617F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617F72 is #9E808D. Grayscale: #747474. Windows color (decimal): -10387598 or 7503713. OLE color: 7503713.
HSL color Cylindrical-coordinate representation of color #617F72: hue angle of 154º 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 #617F72 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 97 | 127 | 114 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.50 |
| HSL | 154º | 0.13% | 0.44% | - |
| HSV(B) | 154º | 0.24% | 0.5% | - |
| XYZ | 15.56 | 18.94 | 18.75 | - |
| YUV | 116.55 | 126.56 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 127 | 114 | 0.24 | 0 | 0.10 | 0.50 | 154 | 0.13 | 0.44 |
| Hex | 61 | 7F | 72 | 18 | 0 | A | 32 | 9A | D | 2C |
| Octal | 141 | 177 | 162 | 30 | 0 | 12 | 62 | 232 | 15 | 54 |
| Binary | 1100001 | 1111111 | 1110010 | 11000 | 0 | 1010 | 110010 | 10011010 | 1101 | 101100 |
Color Harmonies of #617F72
Complementary color
Monochromatic Colors of #617F72
Black with #617F72
Text Example
Text Example
White with #617F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617F72; }
p { color: rgb(97,127,114); }
H1.HeaderClassName
{
color: #617F72;
}
.AnyTagClassName
{
color: #617F72;
}
</style>
background-color css
<style>
a { background-color: #617F72; }
a { background-color: rgb(97,127,114); }
div.DivClassName
{
background-color: #617F72;
}
.BgClassName
{
background-color: #617F72;
}
</style>
border-color css
<style>
span { border-color: #617F72; }
span { border-color: rgb(97,127,114); }
td.TdClassName
{
border-color: #617F72;
}
.TagClassName
{
border-color: #617F72;
}
</style>