Shades of Cutty Sark #678778
Tints of Cutty Sark #678778
RGB
CMYK
RGB Variations
Color information
#678778 (or 0x678778) is known color: Cutty Sark. HEX triplet: 67, 87 and 78. RGB value is (103,135,120). Sum of RGB (Red+Green+Blue) = 103+135+120=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 135 - color contains mainly: green. Hex color #678778 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678778 is #987887. Grayscale: #7B7B7B. Windows color (decimal): -9992328 or 7898983. OLE color: 7898983.
HSL color Cylindrical-coordinate representation of color #678778: hue angle of 151.88º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #678778 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 135 | 120 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.47 |
| HSL | 151.88º | 0.13% | 0.47% | - |
| HSV(B) | 151.88º | 0.24% | 0.53% | - |
| XYZ | 17.65 | 21.57 | 21 | - |
| YUV | 123.72 | 125.9 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 135 | 120 | 0.24 | 0 | 0.11 | 0.47 | 151.88 | 0.13 | 0.47 |
| Hex | 67 | 87 | 78 | 18 | 0 | B | 2F | 98 | D | 2F |
| Octal | 147 | 207 | 170 | 30 | 0 | 13 | 57 | 230 | 15 | 57 |
| Binary | 1100111 | 10000111 | 1111000 | 11000 | 0 | 1011 | 101111 | 10011000 | 1101 | 101111 |
Color Harmonies of #678778
Complementary color
Monochromatic Colors of #678778
Black with #678778
Text Example
Text Example
White with #678778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678778; }
p { color: rgb(103,135,120); }
H1.HeaderClassName
{
color: #678778;
}
.AnyTagClassName
{
color: #678778;
}
</style>
background-color css
<style>
a { background-color: #678778; }
a { background-color: rgb(103,135,120); }
div.DivClassName
{
background-color: #678778;
}
.BgClassName
{
background-color: #678778;
}
</style>
border-color css
<style>
span { border-color: #678778; }
span { border-color: rgb(103,135,120); }
td.TdClassName
{
border-color: #678778;
}
.TagClassName
{
border-color: #678778;
}
</style>