Shades of Cutty Sark #66847B
Tints of Cutty Sark #66847B
RGB
CMYK
RGB Variations
Color information
#66847B (or 0x66847B) is known color: Cutty Sark. HEX triplet: 66, 84 and 7B. RGB value is (102,132,123). Sum of RGB (Red+Green+Blue) = 102+132+123=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 132 - color contains mainly: green. Hex color #66847B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66847B is #997B84. Grayscale: #7A7A7A. Windows color (decimal): -10058629 or 8094822. OLE color: 8094822.
HSL color Cylindrical-coordinate representation of color #66847B: hue angle of 162º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #66847B is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 132 | 123 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.48 |
| HSL | 162º | 0.13% | 0.46% | - |
| HSV(B) | 162º | 0.23% | 0.52% | - |
| XYZ | 17.31 | 20.76 | 21.83 | - |
| YUV | 122 | 128.56 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 132 | 123 | 0.23 | 0 | 0.07 | 0.48 | 162 | 0.13 | 0.46 |
| Hex | 66 | 84 | 7B | 17 | 0 | 7 | 30 | A2 | D | 2E |
| Octal | 146 | 204 | 173 | 27 | 0 | 7 | 60 | 242 | 15 | 56 |
| Binary | 1100110 | 10000100 | 1111011 | 10111 | 0 | 111 | 110000 | 10100010 | 1101 | 101110 |
Color Harmonies of #66847B
Complementary color
Monochromatic Colors of #66847B
Black with #66847B
Text Example
Text Example
White with #66847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66847B; }
p { color: rgb(102,132,123); }
H1.HeaderClassName
{
color: #66847B;
}
.AnyTagClassName
{
color: #66847B;
}
</style>
background-color css
<style>
a { background-color: #66847B; }
a { background-color: rgb(102,132,123); }
div.DivClassName
{
background-color: #66847B;
}
.BgClassName
{
background-color: #66847B;
}
</style>
border-color css
<style>
span { border-color: #66847B; }
span { border-color: rgb(102,132,123); }
td.TdClassName
{
border-color: #66847B;
}
.TagClassName
{
border-color: #66847B;
}
</style>