Shades of Cutty Sark #647E74
Tints of Cutty Sark #647E74
RGB
CMYK
RGB Variations
Color information
#647E74 (or 0x647E74) is known color: Cutty Sark. HEX triplet: 64, 7E and 74. RGB value is (100,126,116). Sum of RGB (Red+Green+Blue) = 100+126+116=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 126 - color contains mainly: green. Hex color #647E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647E74 is #9B818B. Grayscale: #757575. Windows color (decimal): -10191244 or 7634532. OLE color: 7634532.
HSL color Cylindrical-coordinate representation of color #647E74: hue angle of 156.92º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #647E74 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 126 | 116 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.51 |
| HSL | 156.92º | 0.12% | 0.44% | - |
| HSV(B) | 156.92º | 0.21% | 0.49% | - |
| XYZ | 15.87 | 18.89 | 19.33 | - |
| YUV | 117.09 | 127.39 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 126 | 116 | 0.21 | 0 | 0.08 | 0.51 | 156.92 | 0.12 | 0.44 |
| Hex | 64 | 7E | 74 | 15 | 0 | 8 | 33 | 9D | C | 2C |
| Octal | 144 | 176 | 164 | 25 | 0 | 10 | 63 | 235 | 14 | 54 |
| Binary | 1100100 | 1111110 | 1110100 | 10101 | 0 | 1000 | 110011 | 10011101 | 1100 | 101100 |
Color Harmonies of #647E74
Complementary color
Monochromatic Colors of #647E74
Black with #647E74
Text Example
Text Example
White with #647E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647E74; }
p { color: rgb(100,126,116); }
H1.HeaderClassName
{
color: #647E74;
}
.AnyTagClassName
{
color: #647E74;
}
</style>
background-color css
<style>
a { background-color: #647E74; }
a { background-color: rgb(100,126,116); }
div.DivClassName
{
background-color: #647E74;
}
.BgClassName
{
background-color: #647E74;
}
</style>
border-color css
<style>
span { border-color: #647E74; }
span { border-color: rgb(100,126,116); }
td.TdClassName
{
border-color: #647E74;
}
.TagClassName
{
border-color: #647E74;
}
</style>