Shades of Waikawa Grey #66728D
Tints of Waikawa Grey #66728D
RGB
CMYK
RGB Variations
Color information
#66728D (or 0x66728D) is known color: Waikawa Grey. HEX triplet: 66, 72 and 8D. RGB value is (102,114,141). Sum of RGB (Red+Green+Blue) = 102+114+141=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 114 (44.92% from 255 or 31.93% 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 #66728D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66728D is #998D72. Grayscale: #717171. Windows color (decimal): -10063219 or 9269862. OLE color: 9269862.
HSL color Cylindrical-coordinate representation of color #66728D: hue angle of 221.54º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #66728D is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 114 | 141 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.45 |
| HSL | 221.54º | 0.16% | 0.48% | - |
| HSV(B) | 221.54º | 0.28% | 0.55% | - |
| XYZ | 16.3 | 16.78 | 27.58 | - |
| YUV | 113.49 | 143.52 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 114 | 141 | 0.28 | 0.19 | 0 | 0.45 | 221.54 | 0.16 | 0.48 |
| Hex | 66 | 72 | 8D | 1C | 13 | 0 | 2D | DE | 10 | 30 |
| Octal | 146 | 162 | 215 | 34 | 23 | 0 | 55 | 336 | 20 | 60 |
| Binary | 1100110 | 1110010 | 10001101 | 11100 | 10011 | 0 | 101101 | 11011110 | 10000 | 110000 |
Color Harmonies of #66728D
Complementary color
Monochromatic Colors of #66728D
Black with #66728D
Text Example
Text Example
White with #66728D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66728D; }
p { color: rgb(102,114,141); }
H1.HeaderClassName
{
color: #66728D;
}
.AnyTagClassName
{
color: #66728D;
}
</style>
background-color css
<style>
a { background-color: #66728D; }
a { background-color: rgb(102,114,141); }
div.DivClassName
{
background-color: #66728D;
}
.BgClassName
{
background-color: #66728D;
}
</style>
border-color css
<style>
span { border-color: #66728D; }
span { border-color: rgb(102,114,141); }
td.TdClassName
{
border-color: #66728D;
}
.TagClassName
{
border-color: #66728D;
}
</style>