Shades of Cutty Sark #67827A
Tints of Cutty Sark #67827A
RGB
CMYK
RGB Variations
Color information
#67827A (or 0x67827A) is known color: Cutty Sark. HEX triplet: 67, 82 and 7A. RGB value is (103,130,122). Sum of RGB (Red+Green+Blue) = 103+130+122=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 130 - color contains mainly: green. Hex color #67827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67827A is #987D85. Grayscale: #797979. Windows color (decimal): -9993606 or 8028775. OLE color: 8028775.
HSL color Cylindrical-coordinate representation of color #67827A: hue angle of 162.22º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #67827A is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 130 | 122 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.49 |
| HSL | 162.22º | 0.12% | 0.46% | - |
| HSV(B) | 162.22º | 0.21% | 0.51% | - |
| XYZ | 17.09 | 20.25 | 21.42 | - |
| YUV | 121.02 | 128.55 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 130 | 122 | 0.21 | 0 | 0.06 | 0.49 | 162.22 | 0.12 | 0.46 |
| Hex | 67 | 82 | 7A | 15 | 0 | 6 | 31 | A2 | C | 2E |
| Octal | 147 | 202 | 172 | 25 | 0 | 6 | 61 | 242 | 14 | 56 |
| Binary | 1100111 | 10000010 | 1111010 | 10101 | 0 | 110 | 110001 | 10100010 | 1100 | 101110 |
Color Harmonies of #67827A
Complementary color
Monochromatic Colors of #67827A
Black with #67827A
Text Example
Text Example
White with #67827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67827A; }
p { color: rgb(103,130,122); }
H1.HeaderClassName
{
color: #67827A;
}
.AnyTagClassName
{
color: #67827A;
}
</style>
background-color css
<style>
a { background-color: #67827A; }
a { background-color: rgb(103,130,122); }
div.DivClassName
{
background-color: #67827A;
}
.BgClassName
{
background-color: #67827A;
}
</style>
border-color css
<style>
span { border-color: #67827A; }
span { border-color: rgb(103,130,122); }
td.TdClassName
{
border-color: #67827A;
}
.TagClassName
{
border-color: #67827A;
}
</style>