Shades of Cutty Sark #647F74
Tints of Cutty Sark #647F74
RGB
CMYK
RGB Variations
Color information
#647F74 (or 0x647F74) is known color: Cutty Sark. HEX triplet: 64, 7F and 74. RGB value is (100,127,116). Sum of RGB (Red+Green+Blue) = 100+127+116=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 127 - color contains mainly: green. Hex color #647F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647F74 is #9B808B. Grayscale: #757575. Windows color (decimal): -10190988 or 7634788. OLE color: 7634788.
HSL color Cylindrical-coordinate representation of color #647F74: hue angle of 155.56º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #647F74 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 127 | 116 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.50 |
| HSL | 155.56º | 0.12% | 0.45% | - |
| HSV(B) | 155.56º | 0.21% | 0.5% | - |
| XYZ | 16 | 19.15 | 19.38 | - |
| YUV | 117.67 | 127.05 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 127 | 116 | 0.21 | 0 | 0.09 | 0.50 | 155.56 | 0.12 | 0.45 |
| Hex | 64 | 7F | 74 | 15 | 0 | 9 | 32 | 9C | C | 2D |
| Octal | 144 | 177 | 164 | 25 | 0 | 11 | 62 | 234 | 14 | 55 |
| Binary | 1100100 | 1111111 | 1110100 | 10101 | 0 | 1001 | 110010 | 10011100 | 1100 | 101101 |
Color Harmonies of #647F74
Complementary color
Monochromatic Colors of #647F74
Black with #647F74
Text Example
Text Example
White with #647F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647F74; }
p { color: rgb(100,127,116); }
H1.HeaderClassName
{
color: #647F74;
}
.AnyTagClassName
{
color: #647F74;
}
</style>
background-color css
<style>
a { background-color: #647F74; }
a { background-color: rgb(100,127,116); }
div.DivClassName
{
background-color: #647F74;
}
.BgClassName
{
background-color: #647F74;
}
</style>
border-color css
<style>
span { border-color: #647F74; }
span { border-color: rgb(100,127,116); }
td.TdClassName
{
border-color: #647F74;
}
.TagClassName
{
border-color: #647F74;
}
</style>