Shades of Cutty Sark #64847C
Tints of Cutty Sark #64847C
RGB
CMYK
RGB Variations
Color information
#64847C (or 0x64847C) is known color: Cutty Sark. HEX triplet: 64, 84 and 7C. RGB value is (100,132,124). Sum of RGB (Red+Green+Blue) = 100+132+124=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 132 - color contains mainly: green. Hex color #64847C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64847C is #9B7B83. Grayscale: #797979. Windows color (decimal): -10189700 or 8160356. OLE color: 8160356.
HSL color Cylindrical-coordinate representation of color #64847C: hue angle of 165º 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 #64847C is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 132 | 124 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.48 |
| HSL | 165º | 0.14% | 0.45% | - |
| HSV(B) | 165º | 0.24% | 0.52% | - |
| XYZ | 17.14 | 20.67 | 22.15 | - |
| YUV | 121.52 | 129.4 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 132 | 124 | 0.24 | 0 | 0.06 | 0.48 | 165 | 0.14 | 0.45 |
| Hex | 64 | 84 | 7C | 18 | 0 | 6 | 30 | A5 | E | 2D |
| Octal | 144 | 204 | 174 | 30 | 0 | 6 | 60 | 245 | 16 | 55 |
| Binary | 1100100 | 10000100 | 1111100 | 11000 | 0 | 110 | 110000 | 10100101 | 1110 | 101101 |
Color Harmonies of #64847C
Complementary color
Monochromatic Colors of #64847C
Black with #64847C
Text Example
Text Example
White with #64847C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64847C; }
p { color: rgb(100,132,124); }
H1.HeaderClassName
{
color: #64847C;
}
.AnyTagClassName
{
color: #64847C;
}
</style>
background-color css
<style>
a { background-color: #64847C; }
a { background-color: rgb(100,132,124); }
div.DivClassName
{
background-color: #64847C;
}
.BgClassName
{
background-color: #64847C;
}
</style>
border-color css
<style>
span { border-color: #64847C; }
span { border-color: rgb(100,132,124); }
td.TdClassName
{
border-color: #64847C;
}
.TagClassName
{
border-color: #64847C;
}
</style>