Shades of Cutty Sark #637C74
Tints of Cutty Sark #637C74
RGB
CMYK
RGB Variations
Color information
#637C74 (or 0x637C74) is known color: Cutty Sark. HEX triplet: 63, 7C and 74. RGB value is (99,124,116). Sum of RGB (Red+Green+Blue) = 99+124+116=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 124 - color contains mainly: green. Hex color #637C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637C74 is #9C838B. Grayscale: #737373. Windows color (decimal): -10257292 or 7634019. OLE color: 7634019.
HSL color Cylindrical-coordinate representation of color #637C74: hue angle of 160.8º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #637C74 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 124 | 116 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.51 |
| HSL | 160.8º | 0.11% | 0.44% | - |
| HSV(B) | 160.8º | 0.2% | 0.49% | - |
| XYZ | 15.51 | 18.33 | 19.24 | - |
| YUV | 115.61 | 128.22 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 124 | 116 | 0.20 | 0 | 0.06 | 0.51 | 160.8 | 0.11 | 0.44 |
| Hex | 63 | 7C | 74 | 14 | 0 | 6 | 33 | A1 | B | 2C |
| Octal | 143 | 174 | 164 | 24 | 0 | 6 | 63 | 241 | 13 | 54 |
| Binary | 1100011 | 1111100 | 1110100 | 10100 | 0 | 110 | 110011 | 10100001 | 1011 | 101100 |
Color Harmonies of #637C74
Complementary color
Monochromatic Colors of #637C74
Black with #637C74
Text Example
Text Example
White with #637C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637C74; }
p { color: rgb(99,124,116); }
H1.HeaderClassName
{
color: #637C74;
}
.AnyTagClassName
{
color: #637C74;
}
</style>
background-color css
<style>
a { background-color: #637C74; }
a { background-color: rgb(99,124,116); }
div.DivClassName
{
background-color: #637C74;
}
.BgClassName
{
background-color: #637C74;
}
</style>
border-color css
<style>
span { border-color: #637C74; }
span { border-color: rgb(99,124,116); }
td.TdClassName
{
border-color: #637C74;
}
.TagClassName
{
border-color: #637C74;
}
</style>