Shades of Waikawa Grey #65728D
Tints of Waikawa Grey #65728D
RGB
CMYK
RGB Variations
Color information
#65728D (or 0x65728D) is known color: Waikawa Grey. HEX triplet: 65, 72 and 8D. RGB value is (101,114,141). Sum of RGB (Red+Green+Blue) = 101+114+141=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 141 - color contains mainly: blue. Hex color #65728D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65728D is #9A8D72. Grayscale: #717171. Windows color (decimal): -10128755 or 9269861. OLE color: 9269861.
HSL color Cylindrical-coordinate representation of color #65728D: hue angle of 220.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #65728D is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 114 | 141 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.45 |
| HSL | 220.5º | 0.17% | 0.47% | - |
| HSV(B) | 220.5º | 0.28% | 0.55% | - |
| XYZ | 16.19 | 16.72 | 27.57 | - |
| YUV | 113.19 | 143.69 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 114 | 141 | 0.28 | 0.19 | 0 | 0.45 | 220.5 | 0.17 | 0.47 |
| Hex | 65 | 72 | 8D | 1C | 13 | 0 | 2D | DC | 11 | 2F |
| Octal | 145 | 162 | 215 | 34 | 23 | 0 | 55 | 334 | 21 | 57 |
| Binary | 1100101 | 1110010 | 10001101 | 11100 | 10011 | 0 | 101101 | 11011100 | 10001 | 101111 |
Color Harmonies of #65728D
Complementary color
Monochromatic Colors of #65728D
Black with #65728D
Text Example
Text Example
White with #65728D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65728D; }
p { color: rgb(101,114,141); }
H1.HeaderClassName
{
color: #65728D;
}
.AnyTagClassName
{
color: #65728D;
}
</style>
background-color css
<style>
a { background-color: #65728D; }
a { background-color: rgb(101,114,141); }
div.DivClassName
{
background-color: #65728D;
}
.BgClassName
{
background-color: #65728D;
}
</style>
border-color css
<style>
span { border-color: #65728D; }
span { border-color: rgb(101,114,141); }
td.TdClassName
{
border-color: #65728D;
}
.TagClassName
{
border-color: #65728D;
}
</style>