Shades of Cutty Sark #647A71
Tints of Cutty Sark #647A71
RGB
CMYK
RGB Variations
Color information
#647A71 (or 0x647A71) is known color: Cutty Sark. HEX triplet: 64, 7A and 71. RGB value is (100,122,113). Sum of RGB (Red+Green+Blue) = 100+122+113=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 122 - color contains mainly: green. Hex color #647A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647A71 is #9B858E. Grayscale: #727272. Windows color (decimal): -10192271 or 7436900. OLE color: 7436900.
HSL color Cylindrical-coordinate representation of color #647A71: hue angle of 155.45º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #647A71 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 122 | 113 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.52 |
| HSL | 155.45º | 0.1% | 0.44% | - |
| HSV(B) | 155.45º | 0.18% | 0.48% | - |
| XYZ | 15.2 | 17.82 | 18.26 | - |
| YUV | 114.4 | 127.21 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 113 | 0.18 | 0 | 0.07 | 0.52 | 155.45 | 0.1 | 0.44 |
| Hex | 64 | 7A | 71 | 12 | 0 | 7 | 34 | 9B | A | 2C |
| Octal | 144 | 172 | 161 | 22 | 0 | 7 | 64 | 233 | 12 | 54 |
| Binary | 1100100 | 1111010 | 1110001 | 10010 | 0 | 111 | 110100 | 10011011 | 1010 | 101100 |
Color Harmonies of #647A71
Complementary color
Monochromatic Colors of #647A71
Black with #647A71
Text Example
Text Example
White with #647A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647A71; }
p { color: rgb(100,122,113); }
H1.HeaderClassName
{
color: #647A71;
}
.AnyTagClassName
{
color: #647A71;
}
</style>
background-color css
<style>
a { background-color: #647A71; }
a { background-color: rgb(100,122,113); }
div.DivClassName
{
background-color: #647A71;
}
.BgClassName
{
background-color: #647A71;
}
</style>
border-color css
<style>
span { border-color: #647A71; }
span { border-color: rgb(100,122,113); }
td.TdClassName
{
border-color: #647A71;
}
.TagClassName
{
border-color: #647A71;
}
</style>