Shades of Waikawa Grey #64758C
Tints of Waikawa Grey #64758C
RGB
CMYK
RGB Variations
Color information
#64758C (or 0x64758C) is known color: Waikawa Grey. HEX triplet: 64, 75 and 8C. RGB value is (100,117,140). Sum of RGB (Red+Green+Blue) = 100+117+140=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 140 - color contains mainly: blue. Hex color #64758C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64758C is #9B8A73. Grayscale: #727272. Windows color (decimal): -10193524 or 9205092. OLE color: 9205092.
HSL color Cylindrical-coordinate representation of color #64758C: hue angle of 214.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #64758C is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 117 | 140 | - |
| CMYK | 0.29 | 0.16 | 0 | 0.45 |
| HSL | 214.5º | 0.17% | 0.47% | - |
| HSV(B) | 214.5º | 0.29% | 0.55% | - |
| XYZ | 16.35 | 17.33 | 27.29 | - |
| YUV | 114.54 | 142.37 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 117 | 140 | 0.29 | 0.16 | 0 | 0.45 | 214.5 | 0.17 | 0.47 |
| Hex | 64 | 75 | 8C | 1D | 10 | 0 | 2D | D6 | 11 | 2F |
| Octal | 144 | 165 | 214 | 35 | 20 | 0 | 55 | 326 | 21 | 57 |
| Binary | 1100100 | 1110101 | 10001100 | 11101 | 10000 | 0 | 101101 | 11010110 | 10001 | 101111 |
Color Harmonies of #64758C
Complementary color
Monochromatic Colors of #64758C
Black with #64758C
Text Example
Text Example
White with #64758C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64758C; }
p { color: rgb(100,117,140); }
H1.HeaderClassName
{
color: #64758C;
}
.AnyTagClassName
{
color: #64758C;
}
</style>
background-color css
<style>
a { background-color: #64758C; }
a { background-color: rgb(100,117,140); }
div.DivClassName
{
background-color: #64758C;
}
.BgClassName
{
background-color: #64758C;
}
</style>
border-color css
<style>
span { border-color: #64758C; }
span { border-color: rgb(100,117,140); }
td.TdClassName
{
border-color: #64758C;
}
.TagClassName
{
border-color: #64758C;
}
</style>