Shades of Waikawa Grey #66728E
Tints of Waikawa Grey #66728E
RGB
CMYK
RGB Variations
Color information
#66728E (or 0x66728E) is known color: Waikawa Grey. HEX triplet: 66, 72 and 8E. RGB value is (102,114,142). Sum of RGB (Red+Green+Blue) = 102+114+142=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 142 - color contains mainly: blue. Hex color #66728E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66728E is #998D71. Grayscale: #717171. Windows color (decimal): -10063218 or 9335398. OLE color: 9335398.
HSL color Cylindrical-coordinate representation of color #66728E: hue angle of 222º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #66728E is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 114 | 142 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.44 |
| HSL | 222º | 0.16% | 0.48% | - |
| HSV(B) | 222º | 0.28% | 0.56% | - |
| XYZ | 16.38 | 16.81 | 27.97 | - |
| YUV | 113.6 | 144.02 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 114 | 142 | 0.28 | 0.20 | 0 | 0.44 | 222 | 0.16 | 0.48 |
| Hex | 66 | 72 | 8E | 1C | 14 | 0 | 2C | DE | 10 | 30 |
| Octal | 146 | 162 | 216 | 34 | 24 | 0 | 54 | 336 | 20 | 60 |
| Binary | 1100110 | 1110010 | 10001110 | 11100 | 10100 | 0 | 101100 | 11011110 | 10000 | 110000 |
Color Harmonies of #66728E
Complementary color
Monochromatic Colors of #66728E
Black with #66728E
Text Example
Text Example
White with #66728E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66728E; }
p { color: rgb(102,114,142); }
H1.HeaderClassName
{
color: #66728E;
}
.AnyTagClassName
{
color: #66728E;
}
</style>
background-color css
<style>
a { background-color: #66728E; }
a { background-color: rgb(102,114,142); }
div.DivClassName
{
background-color: #66728E;
}
.BgClassName
{
background-color: #66728E;
}
</style>
border-color css
<style>
span { border-color: #66728E; }
span { border-color: rgb(102,114,142); }
td.TdClassName
{
border-color: #66728E;
}
.TagClassName
{
border-color: #66728E;
}
</style>