Shades of Cutty Sark #667C75
Tints of Cutty Sark #667C75
RGB
CMYK
RGB Variations
Color information
#667C75 (or 0x667C75) is known color: Cutty Sark. HEX triplet: 66, 7C and 75. RGB value is (102,124,117). Sum of RGB (Red+Green+Blue) = 102+124+117=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 124 (48.83% from 255 or 36.15% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 124 - color contains mainly: green. Hex color #667C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667C75 is #99838A. Grayscale: #747474. Windows color (decimal): -10060683 or 7699558. OLE color: 7699558.
HSL color Cylindrical-coordinate representation of color #667C75: hue angle of 160.91º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #667C75 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 124 | 117 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.51 |
| HSL | 160.91º | 0.1% | 0.44% | - |
| HSV(B) | 160.91º | 0.18% | 0.49% | - |
| XYZ | 15.9 | 18.52 | 19.57 | - |
| YUV | 116.62 | 128.21 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 124 | 117 | 0.18 | 0 | 0.06 | 0.51 | 160.91 | 0.1 | 0.44 |
| Hex | 66 | 7C | 75 | 12 | 0 | 6 | 33 | A1 | A | 2C |
| Octal | 146 | 174 | 165 | 22 | 0 | 6 | 63 | 241 | 12 | 54 |
| Binary | 1100110 | 1111100 | 1110101 | 10010 | 0 | 110 | 110011 | 10100001 | 1010 | 101100 |
Color Harmonies of #667C75
Complementary color
Monochromatic Colors of #667C75
Black with #667C75
Text Example
Text Example
White with #667C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667C75; }
p { color: rgb(102,124,117); }
H1.HeaderClassName
{
color: #667C75;
}
.AnyTagClassName
{
color: #667C75;
}
</style>
background-color css
<style>
a { background-color: #667C75; }
a { background-color: rgb(102,124,117); }
div.DivClassName
{
background-color: #667C75;
}
.BgClassName
{
background-color: #667C75;
}
</style>
border-color css
<style>
span { border-color: #667C75; }
span { border-color: rgb(102,124,117); }
td.TdClassName
{
border-color: #667C75;
}
.TagClassName
{
border-color: #667C75;
}
</style>