Shades of Cutty Sark #647E75
Tints of Cutty Sark #647E75
RGB
CMYK
RGB Variations
Color information
#647E75 (or 0x647E75) is known color: Cutty Sark. HEX triplet: 64, 7E and 75. RGB value is (100,126,117). Sum of RGB (Red+Green+Blue) = 100+126+117=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 126 (49.61% from 255 or 36.73% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 126 - color contains mainly: green. Hex color #647E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647E75 is #9B818A. Grayscale: #757575. Windows color (decimal): -10191243 or 7700068. OLE color: 7700068.
HSL color Cylindrical-coordinate representation of color #647E75: hue angle of 159.23º 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 #647E75 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 126 | 117 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.51 |
| HSL | 159.23º | 0.12% | 0.44% | - |
| HSV(B) | 159.23º | 0.21% | 0.49% | - |
| XYZ | 15.93 | 18.92 | 19.64 | - |
| YUV | 117.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 126 | 117 | 0.21 | 0 | 0.07 | 0.51 | 159.23 | 0.12 | 0.44 |
| Hex | 64 | 7E | 75 | 15 | 0 | 7 | 33 | 9F | C | 2C |
| Octal | 144 | 176 | 165 | 25 | 0 | 7 | 63 | 237 | 14 | 54 |
| Binary | 1100100 | 1111110 | 1110101 | 10101 | 0 | 111 | 110011 | 10011111 | 1100 | 101100 |
Color Harmonies of #647E75
Complementary color
Monochromatic Colors of #647E75
Black with #647E75
Text Example
Text Example
White with #647E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647E75; }
p { color: rgb(100,126,117); }
H1.HeaderClassName
{
color: #647E75;
}
.AnyTagClassName
{
color: #647E75;
}
</style>
background-color css
<style>
a { background-color: #647E75; }
a { background-color: rgb(100,126,117); }
div.DivClassName
{
background-color: #647E75;
}
.BgClassName
{
background-color: #647E75;
}
</style>
border-color css
<style>
span { border-color: #647E75; }
span { border-color: rgb(100,126,117); }
td.TdClassName
{
border-color: #647E75;
}
.TagClassName
{
border-color: #647E75;
}
</style>