Shades of Cutty Sark #667E74
Tints of Cutty Sark #667E74
RGB
CMYK
RGB Variations
Color information
#667E74 (or 0x667E74) is known color: Cutty Sark. HEX triplet: 66, 7E and 74. RGB value is (102,126,116). Sum of RGB (Red+Green+Blue) = 102+126+116=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 126 (49.61% from 255 or 36.63% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 126 - color contains mainly: green. Hex color #667E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667E74 is #99818B. Grayscale: #757575. Windows color (decimal): -10060172 or 7634534. OLE color: 7634534.
HSL color Cylindrical-coordinate representation of color #667E74: hue angle of 155º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #667E74 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 126 | 116 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.51 |
| HSL | 155º | 0.11% | 0.45% | - |
| HSV(B) | 155º | 0.19% | 0.49% | - |
| XYZ | 16.09 | 19.01 | 19.34 | - |
| YUV | 117.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 116 | 0.19 | 0 | 0.08 | 0.51 | 155 | 0.11 | 0.45 |
| Hex | 66 | 7E | 74 | 13 | 0 | 8 | 33 | 9B | B | 2D |
| Octal | 146 | 176 | 164 | 23 | 0 | 10 | 63 | 233 | 13 | 55 |
| Binary | 1100110 | 1111110 | 1110100 | 10011 | 0 | 1000 | 110011 | 10011011 | 1011 | 101101 |
Color Harmonies of #667E74
Complementary color
Monochromatic Colors of #667E74
Black with #667E74
Text Example
Text Example
White with #667E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667E74; }
p { color: rgb(102,126,116); }
H1.HeaderClassName
{
color: #667E74;
}
.AnyTagClassName
{
color: #667E74;
}
</style>
background-color css
<style>
a { background-color: #667E74; }
a { background-color: rgb(102,126,116); }
div.DivClassName
{
background-color: #667E74;
}
.BgClassName
{
background-color: #667E74;
}
</style>
border-color css
<style>
span { border-color: #667E74; }
span { border-color: rgb(102,126,116); }
td.TdClassName
{
border-color: #667E74;
}
.TagClassName
{
border-color: #667E74;
}
</style>