Shades of Cutty Sark #5F746C
Tints of Cutty Sark #5F746C
RGB
CMYK
RGB Variations
Color information
#5F746C (or 0x5F746C) is known color: Cutty Sark. HEX triplet: 5F, 74 and 6C. RGB value is (95,116,108). Sum of RGB (Red+Green+Blue) = 95+116+108=319 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.78% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 116 - color contains mainly: green. Hex color #5F746C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F746C is #A08B93. Grayscale: #6C6C6C. Windows color (decimal): -10521492 or 7107679. OLE color: 7107679.
HSL color Cylindrical-coordinate representation of color #5F746C: hue angle of 157.14º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5F746C is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 116 | 108 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.55 |
| HSL | 157.14º | 0.1% | 0.41% | - |
| HSV(B) | 157.14º | 0.18% | 0.45% | - |
| XYZ | 13.67 | 16.01 | 16.56 | - |
| YUV | 108.81 | 127.54 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 116 | 108 | 0.18 | 0 | 0.07 | 0.55 | 157.14 | 0.1 | 0.41 |
| Hex | 5F | 74 | 6C | 12 | 0 | 7 | 37 | 9D | A | 29 |
| Octal | 137 | 164 | 154 | 22 | 0 | 7 | 67 | 235 | 12 | 51 |
| Binary | 1011111 | 1110100 | 1101100 | 10010 | 0 | 111 | 110111 | 10011101 | 1010 | 101001 |
Color Harmonies of #5F746C
Complementary color
Monochromatic Colors of #5F746C
Black with #5F746C
Text Example
Text Example
White with #5F746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F746C; }
p { color: rgb(95,116,108); }
H1.HeaderClassName
{
color: #5F746C;
}
.AnyTagClassName
{
color: #5F746C;
}
</style>
background-color css
<style>
a { background-color: #5F746C; }
a { background-color: rgb(95,116,108); }
div.DivClassName
{
background-color: #5F746C;
}
.BgClassName
{
background-color: #5F746C;
}
</style>
border-color css
<style>
span { border-color: #5F746C; }
span { border-color: rgb(95,116,108); }
td.TdClassName
{
border-color: #5F746C;
}
.TagClassName
{
border-color: #5F746C;
}
</style>