Shades of Waikawa Grey #64728A
Tints of Waikawa Grey #64728A
RGB
CMYK
RGB Variations
Color information
#64728A (or 0x64728A) is known color: Waikawa Grey. HEX triplet: 64, 72 and 8A. RGB value is (100,114,138). Sum of RGB (Red+Green+Blue) = 100+114+138=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 138 - color contains mainly: blue. Hex color #64728A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64728A is #9B8D75. Grayscale: #707070. Windows color (decimal): -10194294 or 9073252. OLE color: 9073252.
HSL color Cylindrical-coordinate representation of color #64728A: hue angle of 217.89º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #64728A is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 114 | 138 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.46 |
| HSL | 217.89º | 0.16% | 0.47% | - |
| HSV(B) | 217.89º | 0.28% | 0.54% | - |
| XYZ | 15.86 | 16.58 | 26.41 | - |
| YUV | 112.55 | 142.36 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 114 | 138 | 0.28 | 0.17 | 0 | 0.46 | 217.89 | 0.16 | 0.47 |
| Hex | 64 | 72 | 8A | 1C | 11 | 0 | 2E | DA | 10 | 2F |
| Octal | 144 | 162 | 212 | 34 | 21 | 0 | 56 | 332 | 20 | 57 |
| Binary | 1100100 | 1110010 | 10001010 | 11100 | 10001 | 0 | 101110 | 11011010 | 10000 | 101111 |
Color Harmonies of #64728A
Complementary color
Monochromatic Colors of #64728A
Black with #64728A
Text Example
Text Example
White with #64728A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64728A; }
p { color: rgb(100,114,138); }
H1.HeaderClassName
{
color: #64728A;
}
.AnyTagClassName
{
color: #64728A;
}
</style>
background-color css
<style>
a { background-color: #64728A; }
a { background-color: rgb(100,114,138); }
div.DivClassName
{
background-color: #64728A;
}
.BgClassName
{
background-color: #64728A;
}
</style>
border-color css
<style>
span { border-color: #64728A; }
span { border-color: rgb(100,114,138); }
td.TdClassName
{
border-color: #64728A;
}
.TagClassName
{
border-color: #64728A;
}
</style>