Shades of Hoki #677D83
Tints of Hoki #677D83
RGB
CMYK
RGB Variations
Color information
#677D83 (or 0x677D83) is known color: Hoki. HEX triplet: 67, 7D and 83. RGB value is (103,125,131). Sum of RGB (Red+Green+Blue) = 103+125+131=359 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.69% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 131 - color contains mainly: blue. Hex color #677D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677D83 is #98827C. Grayscale: #777777. Windows color (decimal): -9994877 or 8617319. OLE color: 8617319.
HSL color Cylindrical-coordinate representation of color #677D83: hue angle of 192.86º 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 #677D83 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 125 | 131 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.49 |
| HSL | 192.86º | 0.12% | 0.46% | - |
| HSV(B) | 192.86º | 0.21% | 0.51% | - |
| XYZ | 17.02 | 19.19 | 24.28 | - |
| YUV | 119.11 | 134.71 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 125 | 131 | 0.21 | 0.05 | 0 | 0.49 | 192.86 | 0.12 | 0.46 |
| Hex | 67 | 7D | 83 | 15 | 5 | 0 | 31 | C1 | C | 2E |
| Octal | 147 | 175 | 203 | 25 | 5 | 0 | 61 | 301 | 14 | 56 |
| Binary | 1100111 | 1111101 | 10000011 | 10101 | 101 | 0 | 110001 | 11000001 | 1100 | 101110 |
Color Harmonies of #677D83
Complementary color
Monochromatic Colors of #677D83
Black with #677D83
Text Example
Text Example
White with #677D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677D83; }
p { color: rgb(103,125,131); }
H1.HeaderClassName
{
color: #677D83;
}
.AnyTagClassName
{
color: #677D83;
}
</style>
background-color css
<style>
a { background-color: #677D83; }
a { background-color: rgb(103,125,131); }
div.DivClassName
{
background-color: #677D83;
}
.BgClassName
{
background-color: #677D83;
}
</style>
border-color css
<style>
span { border-color: #677D83; }
span { border-color: rgb(103,125,131); }
td.TdClassName
{
border-color: #677D83;
}
.TagClassName
{
border-color: #677D83;
}
</style>