Shades of Cutty Sark #68847A
Tints of Cutty Sark #68847A
RGB
CMYK
RGB Variations
Color information
#68847A (or 0x68847A) is known color: Cutty Sark. HEX triplet: 68, 84 and 7A. RGB value is (104,132,122). Sum of RGB (Red+Green+Blue) = 104+132+122=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 132 - color contains mainly: green. Hex color #68847A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68847A is #977B85. Grayscale: #7A7A7A. Windows color (decimal): -9927558 or 8029288. OLE color: 8029288.
HSL color Cylindrical-coordinate representation of color #68847A: hue angle of 158.57º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #68847A is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 132 | 122 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.48 |
| HSL | 158.57º | 0.12% | 0.46% | - |
| HSV(B) | 158.57º | 0.21% | 0.52% | - |
| XYZ | 17.47 | 20.85 | 21.52 | - |
| YUV | 122.49 | 127.72 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 132 | 122 | 0.21 | 0 | 0.08 | 0.48 | 158.57 | 0.12 | 0.46 |
| Hex | 68 | 84 | 7A | 15 | 0 | 8 | 30 | 9F | C | 2E |
| Octal | 150 | 204 | 172 | 25 | 0 | 10 | 60 | 237 | 14 | 56 |
| Binary | 1101000 | 10000100 | 1111010 | 10101 | 0 | 1000 | 110000 | 10011111 | 1100 | 101110 |
Color Harmonies of #68847A
Complementary color
Monochromatic Colors of #68847A
Black with #68847A
Text Example
Text Example
White with #68847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68847A; }
p { color: rgb(104,132,122); }
H1.HeaderClassName
{
color: #68847A;
}
.AnyTagClassName
{
color: #68847A;
}
</style>
background-color css
<style>
a { background-color: #68847A; }
a { background-color: rgb(104,132,122); }
div.DivClassName
{
background-color: #68847A;
}
.BgClassName
{
background-color: #68847A;
}
</style>
border-color css
<style>
span { border-color: #68847A; }
span { border-color: rgb(104,132,122); }
td.TdClassName
{
border-color: #68847A;
}
.TagClassName
{
border-color: #68847A;
}
</style>