Shades of Cutty Sark #64887A
Tints of Cutty Sark #64887A
RGB
CMYK
RGB Variations
Color information
#64887A (or 0x64887A) is known color: Cutty Sark. HEX triplet: 64, 88 and 7A. RGB value is (100,136,122). Sum of RGB (Red+Green+Blue) = 100+136+122=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 136 - color contains mainly: green. Hex color #64887A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64887A is #9B7785. Grayscale: #7B7B7B. Windows color (decimal): -10188678 or 8030308. OLE color: 8030308.
HSL color Cylindrical-coordinate representation of color #64887A: hue angle of 156.67º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #64887A is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 136 | 122 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.47 |
| HSL | 156.67º | 0.15% | 0.46% | - |
| HSV(B) | 156.67º | 0.26% | 0.53% | - |
| XYZ | 17.57 | 21.72 | 21.68 | - |
| YUV | 123.64 | 127.07 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 136 | 122 | 0.26 | 0 | 0.10 | 0.47 | 156.67 | 0.15 | 0.46 |
| Hex | 64 | 88 | 7A | 1A | 0 | A | 2F | 9D | F | 2E |
| Octal | 144 | 210 | 172 | 32 | 0 | 12 | 57 | 235 | 17 | 56 |
| Binary | 1100100 | 10001000 | 1111010 | 11010 | 0 | 1010 | 101111 | 10011101 | 1111 | 101110 |
Color Harmonies of #64887A
Complementary color
Monochromatic Colors of #64887A
Black with #64887A
Text Example
Text Example
White with #64887A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64887A; }
p { color: rgb(100,136,122); }
H1.HeaderClassName
{
color: #64887A;
}
.AnyTagClassName
{
color: #64887A;
}
</style>
background-color css
<style>
a { background-color: #64887A; }
a { background-color: rgb(100,136,122); }
div.DivClassName
{
background-color: #64887A;
}
.BgClassName
{
background-color: #64887A;
}
</style>
border-color css
<style>
span { border-color: #64887A; }
span { border-color: rgb(100,136,122); }
td.TdClassName
{
border-color: #64887A;
}
.TagClassName
{
border-color: #64887A;
}
</style>