Shades of Cutty Sark #68887A
Tints of Cutty Sark #68887A
RGB
CMYK
RGB Variations
Color information
#68887A (or 0x68887A) is known color: Cutty Sark. HEX triplet: 68, 88 and 7A. RGB value is (104,136,122). Sum of RGB (Red+Green+Blue) = 104+136+122=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 136 - color contains mainly: green. Hex color #68887A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68887A is #977785. Grayscale: #7C7C7C. Windows color (decimal): -9926534 or 8030312. OLE color: 8030312.
HSL color Cylindrical-coordinate representation of color #68887A: hue angle of 153.75º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #68887A is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 136 | 122 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.47 |
| HSL | 153.75º | 0.13% | 0.47% | - |
| HSV(B) | 153.75º | 0.24% | 0.53% | - |
| XYZ | 18.03 | 21.96 | 21.7 | - |
| YUV | 124.84 | 126.4 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 136 | 122 | 0.24 | 0 | 0.10 | 0.47 | 153.75 | 0.13 | 0.47 |
| Hex | 68 | 88 | 7A | 18 | 0 | A | 2F | 9A | D | 2F |
| Octal | 150 | 210 | 172 | 30 | 0 | 12 | 57 | 232 | 15 | 57 |
| Binary | 1101000 | 10001000 | 1111010 | 11000 | 0 | 1010 | 101111 | 10011010 | 1101 | 101111 |
Color Harmonies of #68887A
Complementary color
Monochromatic Colors of #68887A
Black with #68887A
Text Example
Text Example
White with #68887A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68887A; }
p { color: rgb(104,136,122); }
H1.HeaderClassName
{
color: #68887A;
}
.AnyTagClassName
{
color: #68887A;
}
</style>
background-color css
<style>
a { background-color: #68887A; }
a { background-color: rgb(104,136,122); }
div.DivClassName
{
background-color: #68887A;
}
.BgClassName
{
background-color: #68887A;
}
</style>
border-color css
<style>
span { border-color: #68887A; }
span { border-color: rgb(104,136,122); }
td.TdClassName
{
border-color: #68887A;
}
.TagClassName
{
border-color: #68887A;
}
</style>