Shades of Cutty Sark #647B73
Tints of Cutty Sark #647B73
RGB
CMYK
RGB Variations
Color information
#647B73 (or 0x647B73) is known color: Cutty Sark. HEX triplet: 64, 7B and 73. RGB value is (100,123,115). Sum of RGB (Red+Green+Blue) = 100+123+115=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 123 - color contains mainly: green. Hex color #647B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647B73 is #9B848C. Grayscale: #737373. Windows color (decimal): -10192013 or 7568228. OLE color: 7568228.
HSL color Cylindrical-coordinate representation of color #647B73: hue angle of 159.13º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #647B73 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 123 | 115 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.52 |
| HSL | 159.13º | 0.1% | 0.44% | - |
| HSV(B) | 159.13º | 0.19% | 0.48% | - |
| XYZ | 15.43 | 18.11 | 18.9 | - |
| YUV | 115.21 | 127.88 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 123 | 115 | 0.19 | 0 | 0.07 | 0.52 | 159.13 | 0.1 | 0.44 |
| Hex | 64 | 7B | 73 | 13 | 0 | 7 | 34 | 9F | A | 2C |
| Octal | 144 | 173 | 163 | 23 | 0 | 7 | 64 | 237 | 12 | 54 |
| Binary | 1100100 | 1111011 | 1110011 | 10011 | 0 | 111 | 110100 | 10011111 | 1010 | 101100 |
Color Harmonies of #647B73
Complementary color
Monochromatic Colors of #647B73
Black with #647B73
Text Example
Text Example
White with #647B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647B73; }
p { color: rgb(100,123,115); }
H1.HeaderClassName
{
color: #647B73;
}
.AnyTagClassName
{
color: #647B73;
}
</style>
background-color css
<style>
a { background-color: #647B73; }
a { background-color: rgb(100,123,115); }
div.DivClassName
{
background-color: #647B73;
}
.BgClassName
{
background-color: #647B73;
}
</style>
border-color css
<style>
span { border-color: #647B73; }
span { border-color: rgb(100,123,115); }
td.TdClassName
{
border-color: #647B73;
}
.TagClassName
{
border-color: #647B73;
}
</style>