Shades of Hoki #677D84
Tints of Hoki #677D84
RGB
CMYK
RGB Variations
Color information
#677D84 (or 0x677D84) is known color: Hoki. HEX triplet: 67, 7D and 84. RGB value is (103,125,132). Sum of RGB (Red+Green+Blue) = 103+125+132=360 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.61% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 132 - color contains mainly: blue. Hex color #677D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677D84 is #98827B. Grayscale: #777777. Windows color (decimal): -9994876 or 8682855. OLE color: 8682855.
HSL color Cylindrical-coordinate representation of color #677D84: hue angle of 194.48º 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 #677D84 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 125 | 132 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.48 |
| HSL | 194.48º | 0.12% | 0.46% | - |
| HSV(B) | 194.48º | 0.22% | 0.52% | - |
| XYZ | 17.09 | 19.22 | 24.64 | - |
| YUV | 119.22 | 135.21 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 125 | 132 | 0.22 | 0.05 | 0 | 0.48 | 194.48 | 0.12 | 0.46 |
| Hex | 67 | 7D | 84 | 16 | 5 | 0 | 30 | C2 | C | 2E |
| Octal | 147 | 175 | 204 | 26 | 5 | 0 | 60 | 302 | 14 | 56 |
| Binary | 1100111 | 1111101 | 10000100 | 10110 | 101 | 0 | 110000 | 11000010 | 1100 | 101110 |
Color Harmonies of #677D84
Complementary color
Monochromatic Colors of #677D84
Black with #677D84
Text Example
Text Example
White with #677D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677D84; }
p { color: rgb(103,125,132); }
H1.HeaderClassName
{
color: #677D84;
}
.AnyTagClassName
{
color: #677D84;
}
</style>
background-color css
<style>
a { background-color: #677D84; }
a { background-color: rgb(103,125,132); }
div.DivClassName
{
background-color: #677D84;
}
.BgClassName
{
background-color: #677D84;
}
</style>
border-color css
<style>
span { border-color: #677D84; }
span { border-color: rgb(103,125,132); }
td.TdClassName
{
border-color: #677D84;
}
.TagClassName
{
border-color: #677D84;
}
</style>