Shades of Hoki #678182
Tints of Hoki #678182
RGB
CMYK
RGB Variations
Color information
#678182 (or 0x678182) is known color: Hoki. HEX triplet: 67, 81 and 82. RGB value is (103,129,130). Sum of RGB (Red+Green+Blue) = 103+129+130=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 130 - color contains mainly: blue. Hex color #678182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678182 is #987E7D. Grayscale: #797979. Windows color (decimal): -9993854 or 8552807. OLE color: 8552807.
HSL color Cylindrical-coordinate representation of color #678182: hue angle of 182.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 #678182 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 129 | 130 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.49 |
| HSL | 182.22º | 0.12% | 0.46% | - |
| HSV(B) | 182.22º | 0.21% | 0.51% | - |
| XYZ | 17.47 | 20.2 | 24.1 | - |
| YUV | 121.34 | 132.89 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 129 | 130 | 0.21 | 0.01 | 0 | 0.49 | 182.22 | 0.12 | 0.46 |
| Hex | 67 | 81 | 82 | 15 | 1 | 0 | 31 | B6 | C | 2E |
| Octal | 147 | 201 | 202 | 25 | 1 | 0 | 61 | 266 | 14 | 56 |
| Binary | 1100111 | 10000001 | 10000010 | 10101 | 1 | 0 | 110001 | 10110110 | 1100 | 101110 |
Color Harmonies of #678182
Complementary color
Monochromatic Colors of #678182
Black with #678182
Text Example
Text Example
White with #678182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678182; }
p { color: rgb(103,129,130); }
H1.HeaderClassName
{
color: #678182;
}
.AnyTagClassName
{
color: #678182;
}
</style>
background-color css
<style>
a { background-color: #678182; }
a { background-color: rgb(103,129,130); }
div.DivClassName
{
background-color: #678182;
}
.BgClassName
{
background-color: #678182;
}
</style>
border-color css
<style>
span { border-color: #678182; }
span { border-color: rgb(103,129,130); }
td.TdClassName
{
border-color: #678182;
}
.TagClassName
{
border-color: #678182;
}
</style>