Shades of Cutty Sark #677F74
Tints of Cutty Sark #677F74
RGB
CMYK
RGB Variations
Color information
#677F74 (or 0x677F74) is known color: Cutty Sark. HEX triplet: 67, 7F and 74. RGB value is (103,127,116). Sum of RGB (Red+Green+Blue) = 103+127+116=346 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.77% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 127 - color contains mainly: green. Hex color #677F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677F74 is #98808B. Grayscale: #767676. Windows color (decimal): -9994380 or 7634791. OLE color: 7634791.
HSL color Cylindrical-coordinate representation of color #677F74: hue angle of 152.5º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #677F74 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 127 | 116 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.50 |
| HSL | 152.5º | 0.1% | 0.45% | - |
| HSV(B) | 152.5º | 0.19% | 0.5% | - |
| XYZ | 16.34 | 19.32 | 19.39 | - |
| YUV | 118.57 | 126.55 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 127 | 116 | 0.19 | 0 | 0.09 | 0.50 | 152.5 | 0.1 | 0.45 |
| Hex | 67 | 7F | 74 | 13 | 0 | 9 | 32 | 98 | A | 2D |
| Octal | 147 | 177 | 164 | 23 | 0 | 11 | 62 | 230 | 12 | 55 |
| Binary | 1100111 | 1111111 | 1110100 | 10011 | 0 | 1001 | 110010 | 10011000 | 1010 | 101101 |
Color Harmonies of #677F74
Complementary color
Monochromatic Colors of #677F74
Black with #677F74
Text Example
Text Example
White with #677F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677F74; }
p { color: rgb(103,127,116); }
H1.HeaderClassName
{
color: #677F74;
}
.AnyTagClassName
{
color: #677F74;
}
</style>
background-color css
<style>
a { background-color: #677F74; }
a { background-color: rgb(103,127,116); }
div.DivClassName
{
background-color: #677F74;
}
.BgClassName
{
background-color: #677F74;
}
</style>
border-color css
<style>
span { border-color: #677F74; }
span { border-color: rgb(103,127,116); }
td.TdClassName
{
border-color: #677F74;
}
.TagClassName
{
border-color: #677F74;
}
</style>