Shades of Waikawa Grey #67718D
Tints of Waikawa Grey #67718D
RGB
CMYK
RGB Variations
Color information
#67718D (or 0x67718D) is known color: Waikawa Grey. HEX triplet: 67, 71 and 8D. RGB value is (103,113,141). Sum of RGB (Red+Green+Blue) = 103+113+141=357 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.85% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 141 - color contains mainly: blue. Hex color #67718D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67718D is #988E72. Grayscale: #717171. Windows color (decimal): -9997939 or 9269607. OLE color: 9269607.
HSL color Cylindrical-coordinate representation of color #67718D: hue angle of 224.21º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #67718D is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 113 | 141 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.45 |
| HSL | 224.21º | 0.16% | 0.48% | - |
| HSV(B) | 224.21º | 0.27% | 0.55% | - |
| XYZ | 16.31 | 16.62 | 27.55 | - |
| YUV | 113.2 | 143.69 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 113 | 141 | 0.27 | 0.20 | 0 | 0.45 | 224.21 | 0.16 | 0.48 |
| Hex | 67 | 71 | 8D | 1B | 14 | 0 | 2D | E0 | 10 | 30 |
| Octal | 147 | 161 | 215 | 33 | 24 | 0 | 55 | 340 | 20 | 60 |
| Binary | 1100111 | 1110001 | 10001101 | 11011 | 10100 | 0 | 101101 | 11100000 | 10000 | 110000 |
Color Harmonies of #67718D
Complementary color
Monochromatic Colors of #67718D
Black with #67718D
Text Example
Text Example
White with #67718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67718D; }
p { color: rgb(103,113,141); }
H1.HeaderClassName
{
color: #67718D;
}
.AnyTagClassName
{
color: #67718D;
}
</style>
background-color css
<style>
a { background-color: #67718D; }
a { background-color: rgb(103,113,141); }
div.DivClassName
{
background-color: #67718D;
}
.BgClassName
{
background-color: #67718D;
}
</style>
border-color css
<style>
span { border-color: #67718D; }
span { border-color: rgb(103,113,141); }
td.TdClassName
{
border-color: #67718D;
}
.TagClassName
{
border-color: #67718D;
}
</style>