Shades of Cutty Sark #667B73
Tints of Cutty Sark #667B73
RGB
CMYK
RGB Variations
Color information
#667B73 (or 0x667B73) is known color: Cutty Sark. HEX triplet: 66, 7B and 73. RGB value is (102,123,115). Sum of RGB (Red+Green+Blue) = 102+123+115=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 123 (48.44% from 255 or 36.18% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 123 - color contains mainly: green. Hex color #667B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667B73 is #99848C. Grayscale: #737373. Windows color (decimal): -10060941 or 7568230. OLE color: 7568230.
HSL color Cylindrical-coordinate representation of color #667B73: hue angle of 157.14º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #667B73 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 123 | 115 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.52 |
| HSL | 157.14º | 0.09% | 0.44% | - |
| HSV(B) | 157.14º | 0.17% | 0.48% | - |
| XYZ | 15.66 | 18.23 | 18.91 | - |
| YUV | 115.81 | 127.54 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 123 | 115 | 0.17 | 0 | 0.07 | 0.52 | 157.14 | 0.09 | 0.44 |
| Hex | 66 | 7B | 73 | 11 | 0 | 7 | 34 | 9D | 9 | 2C |
| Octal | 146 | 173 | 163 | 21 | 0 | 7 | 64 | 235 | 11 | 54 |
| Binary | 1100110 | 1111011 | 1110011 | 10001 | 0 | 111 | 110100 | 10011101 | 1001 | 101100 |
Color Harmonies of #667B73
Complementary color
Monochromatic Colors of #667B73
Black with #667B73
Text Example
Text Example
White with #667B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667B73; }
p { color: rgb(102,123,115); }
H1.HeaderClassName
{
color: #667B73;
}
.AnyTagClassName
{
color: #667B73;
}
</style>
background-color css
<style>
a { background-color: #667B73; }
a { background-color: rgb(102,123,115); }
div.DivClassName
{
background-color: #667B73;
}
.BgClassName
{
background-color: #667B73;
}
</style>
border-color css
<style>
span { border-color: #667B73; }
span { border-color: rgb(102,123,115); }
td.TdClassName
{
border-color: #667B73;
}
.TagClassName
{
border-color: #667B73;
}
</style>