Shades of Cutty Sark #647B74
Tints of Cutty Sark #647B74
RGB
CMYK
RGB Variations
Color information
#647B74 (or 0x647B74) is known color: Cutty Sark. HEX triplet: 64, 7B and 74. RGB value is (100,123,116). Sum of RGB (Red+Green+Blue) = 100+123+116=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 123 - color contains mainly: green. Hex color #647B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647B74 is #9B848B. Grayscale: #737373. Windows color (decimal): -10192012 or 7633764. OLE color: 7633764.
HSL color Cylindrical-coordinate representation of color #647B74: hue angle of 161.74º 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 #647B74 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 123 | 116 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.52 |
| HSL | 161.74º | 0.1% | 0.44% | - |
| HSV(B) | 161.74º | 0.19% | 0.48% | - |
| XYZ | 15.49 | 18.14 | 19.21 | - |
| YUV | 115.33 | 128.38 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 123 | 116 | 0.19 | 0 | 0.06 | 0.52 | 161.74 | 0.1 | 0.44 |
| Hex | 64 | 7B | 74 | 13 | 0 | 6 | 34 | A2 | A | 2C |
| Octal | 144 | 173 | 164 | 23 | 0 | 6 | 64 | 242 | 12 | 54 |
| Binary | 1100100 | 1111011 | 1110100 | 10011 | 0 | 110 | 110100 | 10100010 | 1010 | 101100 |
Color Harmonies of #647B74
Complementary color
Monochromatic Colors of #647B74
Black with #647B74
Text Example
Text Example
White with #647B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647B74; }
p { color: rgb(100,123,116); }
H1.HeaderClassName
{
color: #647B74;
}
.AnyTagClassName
{
color: #647B74;
}
</style>
background-color css
<style>
a { background-color: #647B74; }
a { background-color: rgb(100,123,116); }
div.DivClassName
{
background-color: #647B74;
}
.BgClassName
{
background-color: #647B74;
}
</style>
border-color css
<style>
span { border-color: #647B74; }
span { border-color: rgb(100,123,116); }
td.TdClassName
{
border-color: #647B74;
}
.TagClassName
{
border-color: #647B74;
}
</style>