Shades of Hoki #677C84
Tints of Hoki #677C84
RGB
CMYK
RGB Variations
Color information
#677C84 (or 0x677C84) is known color: Hoki. HEX triplet: 67, 7C and 84. RGB value is (103,124,132). Sum of RGB (Red+Green+Blue) = 103+124+132=359 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.69% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 132 - color contains mainly: blue. Hex color #677C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677C84 is #98837B. Grayscale: #767676. Windows color (decimal): -9995132 or 8682599. OLE color: 8682599.
HSL color Cylindrical-coordinate representation of color #677C84: hue angle of 196.55º 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 #677C84 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 124 | 132 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.48 |
| HSL | 196.55º | 0.12% | 0.46% | - |
| HSV(B) | 196.55º | 0.22% | 0.52% | - |
| XYZ | 16.97 | 18.96 | 24.6 | - |
| YUV | 118.63 | 135.54 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 124 | 132 | 0.22 | 0.06 | 0 | 0.48 | 196.55 | 0.12 | 0.46 |
| Hex | 67 | 7C | 84 | 16 | 6 | 0 | 30 | C5 | C | 2E |
| Octal | 147 | 174 | 204 | 26 | 6 | 0 | 60 | 305 | 14 | 56 |
| Binary | 1100111 | 1111100 | 10000100 | 10110 | 110 | 0 | 110000 | 11000101 | 1100 | 101110 |
Color Harmonies of #677C84
Complementary color
Monochromatic Colors of #677C84
Black with #677C84
Text Example
Text Example
White with #677C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677C84; }
p { color: rgb(103,124,132); }
H1.HeaderClassName
{
color: #677C84;
}
.AnyTagClassName
{
color: #677C84;
}
</style>
background-color css
<style>
a { background-color: #677C84; }
a { background-color: rgb(103,124,132); }
div.DivClassName
{
background-color: #677C84;
}
.BgClassName
{
background-color: #677C84;
}
</style>
border-color css
<style>
span { border-color: #677C84; }
span { border-color: rgb(103,124,132); }
td.TdClassName
{
border-color: #677C84;
}
.TagClassName
{
border-color: #677C84;
}
</style>