Shades of Cutty Sark #667B74
Tints of Cutty Sark #667B74
RGB
CMYK
RGB Variations
Color information
#667B74 (or 0x667B74) is known color: Cutty Sark. HEX triplet: 66, 7B and 74. RGB value is (102,123,116). Sum of RGB (Red+Green+Blue) = 102+123+116=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 123 (48.44% from 255 or 36.07% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 123 - color contains mainly: green. Hex color #667B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667B74 is #99848B. Grayscale: #737373. Windows color (decimal): -10060940 or 7633766. OLE color: 7633766.
HSL color Cylindrical-coordinate representation of color #667B74: hue angle of 160º 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 #667B74 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 123 | 116 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.52 |
| HSL | 160º | 0.09% | 0.44% | - |
| HSV(B) | 160º | 0.17% | 0.48% | - |
| XYZ | 15.71 | 18.25 | 19.22 | - |
| YUV | 115.92 | 128.04 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 123 | 116 | 0.17 | 0 | 0.06 | 0.52 | 160 | 0.09 | 0.44 |
| Hex | 66 | 7B | 74 | 11 | 0 | 6 | 34 | A0 | 9 | 2C |
| Octal | 146 | 173 | 164 | 21 | 0 | 6 | 64 | 240 | 11 | 54 |
| Binary | 1100110 | 1111011 | 1110100 | 10001 | 0 | 110 | 110100 | 10100000 | 1001 | 101100 |
Color Harmonies of #667B74
Complementary color
Monochromatic Colors of #667B74
Black with #667B74
Text Example
Text Example
White with #667B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667B74; }
p { color: rgb(102,123,116); }
H1.HeaderClassName
{
color: #667B74;
}
.AnyTagClassName
{
color: #667B74;
}
</style>
background-color css
<style>
a { background-color: #667B74; }
a { background-color: rgb(102,123,116); }
div.DivClassName
{
background-color: #667B74;
}
.BgClassName
{
background-color: #667B74;
}
</style>
border-color css
<style>
span { border-color: #667B74; }
span { border-color: rgb(102,123,116); }
td.TdClassName
{
border-color: #667B74;
}
.TagClassName
{
border-color: #667B74;
}
</style>