Shades of Cutty Sark #67847B
Tints of Cutty Sark #67847B
RGB
CMYK
RGB Variations
Color information
#67847B (or 0x67847B) is known color: Cutty Sark. HEX triplet: 67, 84 and 7B. RGB value is (103,132,123). Sum of RGB (Red+Green+Blue) = 103+132+123=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 132 - color contains mainly: green. Hex color #67847B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67847B is #987B84. Grayscale: #7A7A7A. Windows color (decimal): -9993093 or 8094823. OLE color: 8094823.
HSL color Cylindrical-coordinate representation of color #67847B: hue angle of 161.38º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #67847B is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 132 | 123 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.48 |
| HSL | 161.38º | 0.12% | 0.46% | - |
| HSV(B) | 161.38º | 0.22% | 0.52% | - |
| XYZ | 17.42 | 20.82 | 21.84 | - |
| YUV | 122.3 | 128.39 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 132 | 123 | 0.22 | 0 | 0.07 | 0.48 | 161.38 | 0.12 | 0.46 |
| Hex | 67 | 84 | 7B | 16 | 0 | 7 | 30 | A1 | C | 2E |
| Octal | 147 | 204 | 173 | 26 | 0 | 7 | 60 | 241 | 14 | 56 |
| Binary | 1100111 | 10000100 | 1111011 | 10110 | 0 | 111 | 110000 | 10100001 | 1100 | 101110 |
Color Harmonies of #67847B
Complementary color
Monochromatic Colors of #67847B
Black with #67847B
Text Example
Text Example
White with #67847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67847B; }
p { color: rgb(103,132,123); }
H1.HeaderClassName
{
color: #67847B;
}
.AnyTagClassName
{
color: #67847B;
}
</style>
background-color css
<style>
a { background-color: #67847B; }
a { background-color: rgb(103,132,123); }
div.DivClassName
{
background-color: #67847B;
}
.BgClassName
{
background-color: #67847B;
}
</style>
border-color css
<style>
span { border-color: #67847B; }
span { border-color: rgb(103,132,123); }
td.TdClassName
{
border-color: #67847B;
}
.TagClassName
{
border-color: #67847B;
}
</style>