Shades of Cutty Sark #64847A
Tints of Cutty Sark #64847A
RGB
CMYK
RGB Variations
Color information
#64847A (or 0x64847A) is known color: Cutty Sark. HEX triplet: 64, 84 and 7A. RGB value is (100,132,122). Sum of RGB (Red+Green+Blue) = 100+132+122=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 132 - color contains mainly: green. Hex color #64847A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64847A is #9B7B85. Grayscale: #797979. Windows color (decimal): -10189702 or 8029284. OLE color: 8029284.
HSL color Cylindrical-coordinate representation of color #64847A: hue angle of 161.25º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #64847A is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 132 | 122 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.48 |
| HSL | 161.25º | 0.14% | 0.45% | - |
| HSV(B) | 161.25º | 0.24% | 0.52% | - |
| XYZ | 17.02 | 20.62 | 21.49 | - |
| YUV | 121.29 | 128.4 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 132 | 122 | 0.24 | 0 | 0.08 | 0.48 | 161.25 | 0.14 | 0.45 |
| Hex | 64 | 84 | 7A | 18 | 0 | 8 | 30 | A1 | E | 2D |
| Octal | 144 | 204 | 172 | 30 | 0 | 10 | 60 | 241 | 16 | 55 |
| Binary | 1100100 | 10000100 | 1111010 | 11000 | 0 | 1000 | 110000 | 10100001 | 1110 | 101101 |
Color Harmonies of #64847A
Complementary color
Monochromatic Colors of #64847A
Black with #64847A
Text Example
Text Example
White with #64847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64847A; }
p { color: rgb(100,132,122); }
H1.HeaderClassName
{
color: #64847A;
}
.AnyTagClassName
{
color: #64847A;
}
</style>
background-color css
<style>
a { background-color: #64847A; }
a { background-color: rgb(100,132,122); }
div.DivClassName
{
background-color: #64847A;
}
.BgClassName
{
background-color: #64847A;
}
</style>
border-color css
<style>
span { border-color: #64847A; }
span { border-color: rgb(100,132,122); }
td.TdClassName
{
border-color: #64847A;
}
.TagClassName
{
border-color: #64847A;
}
</style>