Shades of Cutty Sark #68877A
Tints of Cutty Sark #68877A
RGB
CMYK
RGB Variations
Color information
#68877A (or 0x68877A) is known color: Cutty Sark. HEX triplet: 68, 87 and 7A. RGB value is (104,135,122). Sum of RGB (Red+Green+Blue) = 104+135+122=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 135 - color contains mainly: green. Hex color #68877A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68877A is #977885. Grayscale: #7C7C7C. Windows color (decimal): -9926790 or 8030056. OLE color: 8030056.
HSL color Cylindrical-coordinate representation of color #68877A: hue angle of 154.84º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #68877A is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 135 | 122 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.47 |
| HSL | 154.84º | 0.13% | 0.47% | - |
| HSV(B) | 154.84º | 0.23% | 0.53% | - |
| XYZ | 17.89 | 21.68 | 21.65 | - |
| YUV | 124.25 | 126.73 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 122 | 0.23 | 0 | 0.10 | 0.47 | 154.84 | 0.13 | 0.47 |
| Hex | 68 | 87 | 7A | 17 | 0 | A | 2F | 9B | D | 2F |
| Octal | 150 | 207 | 172 | 27 | 0 | 12 | 57 | 233 | 15 | 57 |
| Binary | 1101000 | 10000111 | 1111010 | 10111 | 0 | 1010 | 101111 | 10011011 | 1101 | 101111 |
Color Harmonies of #68877A
Complementary color
Monochromatic Colors of #68877A
Black with #68877A
Text Example
Text Example
White with #68877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68877A; }
p { color: rgb(104,135,122); }
H1.HeaderClassName
{
color: #68877A;
}
.AnyTagClassName
{
color: #68877A;
}
</style>
background-color css
<style>
a { background-color: #68877A; }
a { background-color: rgb(104,135,122); }
div.DivClassName
{
background-color: #68877A;
}
.BgClassName
{
background-color: #68877A;
}
</style>
border-color css
<style>
span { border-color: #68877A; }
span { border-color: rgb(104,135,122); }
td.TdClassName
{
border-color: #68877A;
}
.TagClassName
{
border-color: #68877A;
}
</style>