Shades of Cutty Sark #60877A
Tints of Cutty Sark #60877A
RGB
CMYK
RGB Variations
Color information
#60877A (or 0x60877A) is known color: Cutty Sark. HEX triplet: 60, 87 and 7A. RGB value is (96,135,122). Sum of RGB (Red+Green+Blue) = 96+135+122=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 135 - color contains mainly: green. Hex color #60877A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60877A is #9F7885. Grayscale: #797979. Windows color (decimal): -10451078 or 8030048. OLE color: 8030048.
HSL color Cylindrical-coordinate representation of color #60877A: hue angle of 160º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #60877A is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 135 | 122 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.47 |
| HSL | 160º | 0.17% | 0.45% | - |
| HSV(B) | 160º | 0.29% | 0.53% | - |
| XYZ | 17 | 21.22 | 21.61 | - |
| YUV | 121.86 | 128.08 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 135 | 122 | 0.29 | 0 | 0.10 | 0.47 | 160 | 0.17 | 0.45 |
| Hex | 60 | 87 | 7A | 1D | 0 | A | 2F | A0 | 11 | 2D |
| Octal | 140 | 207 | 172 | 35 | 0 | 12 | 57 | 240 | 21 | 55 |
| Binary | 1100000 | 10000111 | 1111010 | 11101 | 0 | 1010 | 101111 | 10100000 | 10001 | 101101 |
Color Harmonies of #60877A
Complementary color
Monochromatic Colors of #60877A
Black with #60877A
Text Example
Text Example
White with #60877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60877A; }
p { color: rgb(96,135,122); }
H1.HeaderClassName
{
color: #60877A;
}
.AnyTagClassName
{
color: #60877A;
}
</style>
background-color css
<style>
a { background-color: #60877A; }
a { background-color: rgb(96,135,122); }
div.DivClassName
{
background-color: #60877A;
}
.BgClassName
{
background-color: #60877A;
}
</style>
border-color css
<style>
span { border-color: #60877A; }
span { border-color: rgb(96,135,122); }
td.TdClassName
{
border-color: #60877A;
}
.TagClassName
{
border-color: #60877A;
}
</style>