Shades of Cutty Sark #687F75
Tints of Cutty Sark #687F75
RGB
CMYK
RGB Variations
Color information
#687F75 (or 0x687F75) is known color: Cutty Sark. HEX triplet: 68, 7F and 75. RGB value is (104,127,117). Sum of RGB (Red+Green+Blue) = 104+127+117=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 127 - color contains mainly: green. Hex color #687F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687F75 is #97808A. Grayscale: #777777. Windows color (decimal): -9928843 or 7700328. OLE color: 7700328.
HSL color Cylindrical-coordinate representation of color #687F75: hue angle of 153.91º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #687F75 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 127 | 117 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.50 |
| HSL | 153.91º | 0.1% | 0.45% | - |
| HSV(B) | 153.91º | 0.18% | 0.5% | - |
| XYZ | 16.51 | 19.41 | 19.71 | - |
| YUV | 118.98 | 126.88 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 127 | 117 | 0.18 | 0 | 0.08 | 0.50 | 153.91 | 0.1 | 0.45 |
| Hex | 68 | 7F | 75 | 12 | 0 | 8 | 32 | 9A | A | 2D |
| Octal | 150 | 177 | 165 | 22 | 0 | 10 | 62 | 232 | 12 | 55 |
| Binary | 1101000 | 1111111 | 1110101 | 10010 | 0 | 1000 | 110010 | 10011010 | 1010 | 101101 |
Color Harmonies of #687F75
Complementary color
Monochromatic Colors of #687F75
Black with #687F75
Text Example
Text Example
White with #687F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687F75; }
p { color: rgb(104,127,117); }
H1.HeaderClassName
{
color: #687F75;
}
.AnyTagClassName
{
color: #687F75;
}
</style>
background-color css
<style>
a { background-color: #687F75; }
a { background-color: rgb(104,127,117); }
div.DivClassName
{
background-color: #687F75;
}
.BgClassName
{
background-color: #687F75;
}
</style>
border-color css
<style>
span { border-color: #687F75; }
span { border-color: rgb(104,127,117); }
td.TdClassName
{
border-color: #687F75;
}
.TagClassName
{
border-color: #687F75;
}
</style>