Shades of Cutty Sark #647F77
Tints of Cutty Sark #647F77
RGB
CMYK
RGB Variations
Color information
#647F77 (or 0x647F77) is known color: Cutty Sark. HEX triplet: 64, 7F and 77. RGB value is (100,127,119). Sum of RGB (Red+Green+Blue) = 100+127+119=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 127 - color contains mainly: green. Hex color #647F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647F77 is #9B8088. Grayscale: #767676. Windows color (decimal): -10190985 or 7831396. OLE color: 7831396.
HSL color Cylindrical-coordinate representation of color #647F77: hue angle of 162.22º 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 #647F77 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 127 | 119 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.50 |
| HSL | 162.22º | 0.12% | 0.45% | - |
| HSV(B) | 162.22º | 0.21% | 0.5% | - |
| XYZ | 16.17 | 19.22 | 20.31 | - |
| YUV | 118.02 | 128.55 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 127 | 119 | 0.21 | 0 | 0.06 | 0.50 | 162.22 | 0.12 | 0.45 |
| Hex | 64 | 7F | 77 | 15 | 0 | 6 | 32 | A2 | C | 2D |
| Octal | 144 | 177 | 167 | 25 | 0 | 6 | 62 | 242 | 14 | 55 |
| Binary | 1100100 | 1111111 | 1110111 | 10101 | 0 | 110 | 110010 | 10100010 | 1100 | 101101 |
Color Harmonies of #647F77
Complementary color
Monochromatic Colors of #647F77
Black with #647F77
Text Example
Text Example
White with #647F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647F77; }
p { color: rgb(100,127,119); }
H1.HeaderClassName
{
color: #647F77;
}
.AnyTagClassName
{
color: #647F77;
}
</style>
background-color css
<style>
a { background-color: #647F77; }
a { background-color: rgb(100,127,119); }
div.DivClassName
{
background-color: #647F77;
}
.BgClassName
{
background-color: #647F77;
}
</style>
border-color css
<style>
span { border-color: #647F77; }
span { border-color: rgb(100,127,119); }
td.TdClassName
{
border-color: #647F77;
}
.TagClassName
{
border-color: #647F77;
}
</style>