Shades of Cutty Sark #647C74
Tints of Cutty Sark #647C74
RGB
CMYK
RGB Variations
Color information
#647C74 (or 0x647C74) is known color: Cutty Sark. HEX triplet: 64, 7C and 74. RGB value is (100,124,116). Sum of RGB (Red+Green+Blue) = 100+124+116=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 124 - color contains mainly: green. Hex color #647C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647C74 is #9B838B. Grayscale: #737373. Windows color (decimal): -10191756 or 7634020. OLE color: 7634020.
HSL color Cylindrical-coordinate representation of color #647C74: hue angle of 160º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #647C74 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 124 | 116 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.51 |
| HSL | 160º | 0.11% | 0.44% | - |
| HSV(B) | 160º | 0.19% | 0.49% | - |
| XYZ | 15.62 | 18.39 | 19.25 | - |
| YUV | 115.91 | 128.05 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 124 | 116 | 0.19 | 0 | 0.06 | 0.51 | 160 | 0.11 | 0.44 |
| Hex | 64 | 7C | 74 | 13 | 0 | 6 | 33 | A0 | B | 2C |
| Octal | 144 | 174 | 164 | 23 | 0 | 6 | 63 | 240 | 13 | 54 |
| Binary | 1100100 | 1111100 | 1110100 | 10011 | 0 | 110 | 110011 | 10100000 | 1011 | 101100 |
Color Harmonies of #647C74
Complementary color
Monochromatic Colors of #647C74
Black with #647C74
Text Example
Text Example
White with #647C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647C74; }
p { color: rgb(100,124,116); }
H1.HeaderClassName
{
color: #647C74;
}
.AnyTagClassName
{
color: #647C74;
}
</style>
background-color css
<style>
a { background-color: #647C74; }
a { background-color: rgb(100,124,116); }
div.DivClassName
{
background-color: #647C74;
}
.BgClassName
{
background-color: #647C74;
}
</style>
border-color css
<style>
span { border-color: #647C74; }
span { border-color: rgb(100,124,116); }
td.TdClassName
{
border-color: #647C74;
}
.TagClassName
{
border-color: #647C74;
}
</style>