Shades of Waikawa Grey #66728B
Tints of Waikawa Grey #66728B
RGB
CMYK
RGB Variations
Color information
#66728B (or 0x66728B) is known color: Waikawa Grey. HEX triplet: 66, 72 and 8B. RGB value is (102,114,139). Sum of RGB (Red+Green+Blue) = 102+114+139=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 139 - color contains mainly: blue. Hex color #66728B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66728B is #998D74. Grayscale: #717171. Windows color (decimal): -10063221 or 9138790. OLE color: 9138790.
HSL color Cylindrical-coordinate representation of color #66728B: hue angle of 220.54º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #66728B is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 114 | 139 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.45 |
| HSL | 220.54º | 0.15% | 0.47% | - |
| HSV(B) | 220.54º | 0.27% | 0.55% | - |
| XYZ | 16.16 | 16.72 | 26.8 | - |
| YUV | 113.26 | 142.52 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 114 | 139 | 0.27 | 0.18 | 0 | 0.45 | 220.54 | 0.15 | 0.47 |
| Hex | 66 | 72 | 8B | 1B | 12 | 0 | 2D | DD | F | 2F |
| Octal | 146 | 162 | 213 | 33 | 22 | 0 | 55 | 335 | 17 | 57 |
| Binary | 1100110 | 1110010 | 10001011 | 11011 | 10010 | 0 | 101101 | 11011101 | 1111 | 101111 |
Color Harmonies of #66728B
Complementary color
Monochromatic Colors of #66728B
Black with #66728B
Text Example
Text Example
White with #66728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66728B; }
p { color: rgb(102,114,139); }
H1.HeaderClassName
{
color: #66728B;
}
.AnyTagClassName
{
color: #66728B;
}
</style>
background-color css
<style>
a { background-color: #66728B; }
a { background-color: rgb(102,114,139); }
div.DivClassName
{
background-color: #66728B;
}
.BgClassName
{
background-color: #66728B;
}
</style>
border-color css
<style>
span { border-color: #66728B; }
span { border-color: rgb(102,114,139); }
td.TdClassName
{
border-color: #66728B;
}
.TagClassName
{
border-color: #66728B;
}
</style>