Shades of Cutty Sark #637F77
Tints of Cutty Sark #637F77
RGB
CMYK
RGB Variations
Color information
#637F77 (or 0x637F77) is known color: Cutty Sark. HEX triplet: 63, 7F and 77. RGB value is (99,127,119). Sum of RGB (Red+Green+Blue) = 99+127+119=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 127 - color contains mainly: green. Hex color #637F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637F77 is #9C8088. Grayscale: #757575. Windows color (decimal): -10256521 or 7831395. OLE color: 7831395.
HSL color Cylindrical-coordinate representation of color #637F77: hue angle of 162.86º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #637F77 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 99 | 127 | 119 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.50 |
| HSL | 162.86º | 0.12% | 0.44% | - |
| HSV(B) | 162.86º | 0.22% | 0.5% | - |
| XYZ | 16.06 | 19.16 | 20.3 | - |
| YUV | 117.72 | 128.72 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 127 | 119 | 0.22 | 0 | 0.06 | 0.50 | 162.86 | 0.12 | 0.44 |
| Hex | 63 | 7F | 77 | 16 | 0 | 6 | 32 | A3 | C | 2C |
| Octal | 143 | 177 | 167 | 26 | 0 | 6 | 62 | 243 | 14 | 54 |
| Binary | 1100011 | 1111111 | 1110111 | 10110 | 0 | 110 | 110010 | 10100011 | 1100 | 101100 |
Color Harmonies of #637F77
Complementary color
Monochromatic Colors of #637F77
Black with #637F77
Text Example
Text Example
White with #637F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637F77; }
p { color: rgb(99,127,119); }
H1.HeaderClassName
{
color: #637F77;
}
.AnyTagClassName
{
color: #637F77;
}
</style>
background-color css
<style>
a { background-color: #637F77; }
a { background-color: rgb(99,127,119); }
div.DivClassName
{
background-color: #637F77;
}
.BgClassName
{
background-color: #637F77;
}
</style>
border-color css
<style>
span { border-color: #637F77; }
span { border-color: rgb(99,127,119); }
td.TdClassName
{
border-color: #637F77;
}
.TagClassName
{
border-color: #637F77;
}
</style>