Shades of Cutty Sark #60756F
Tints of Cutty Sark #60756F
RGB
CMYK
RGB Variations
Color information
#60756F (or 0x60756F) is known color: Cutty Sark. HEX triplet: 60, 75 and 6F. RGB value is (96,117,111). Sum of RGB (Red+Green+Blue) = 96+117+111=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 117 - color contains mainly: green. Hex color #60756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60756F is #9F8A90. Grayscale: #6E6E6E. Windows color (decimal): -10455697 or 7304544. OLE color: 7304544.
HSL color Cylindrical-coordinate representation of color #60756F: hue angle of 162.86º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #60756F is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 96 | 117 | 111 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.54 |
| HSL | 162.86º | 0.1% | 0.42% | - |
| HSV(B) | 162.86º | 0.18% | 0.46% | - |
| XYZ | 14.05 | 16.36 | 17.46 | - |
| YUV | 110.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 117 | 111 | 0.18 | 0 | 0.05 | 0.54 | 162.86 | 0.1 | 0.42 |
| Hex | 60 | 75 | 6F | 12 | 0 | 5 | 36 | A3 | A | 2A |
| Octal | 140 | 165 | 157 | 22 | 0 | 5 | 66 | 243 | 12 | 52 |
| Binary | 1100000 | 1110101 | 1101111 | 10010 | 0 | 101 | 110110 | 10100011 | 1010 | 101010 |
Color Harmonies of #60756F
Complementary color
Monochromatic Colors of #60756F
Black with #60756F
Text Example
Text Example
White with #60756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60756F; }
p { color: rgb(96,117,111); }
H1.HeaderClassName
{
color: #60756F;
}
.AnyTagClassName
{
color: #60756F;
}
</style>
background-color css
<style>
a { background-color: #60756F; }
a { background-color: rgb(96,117,111); }
div.DivClassName
{
background-color: #60756F;
}
.BgClassName
{
background-color: #60756F;
}
</style>
border-color css
<style>
span { border-color: #60756F; }
span { border-color: rgb(96,117,111); }
td.TdClassName
{
border-color: #60756F;
}
.TagClassName
{
border-color: #60756F;
}
</style>