Shades of Waikawa Grey #65748B
Tints of Waikawa Grey #65748B
RGB
CMYK
RGB Variations
Color information
#65748B (or 0x65748B) is known color: Waikawa Grey. HEX triplet: 65, 74 and 8B. RGB value is (101,116,139). Sum of RGB (Red+Green+Blue) = 101+116+139=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 139 - color contains mainly: blue. Hex color #65748B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65748B is #9A8B74. Grayscale: #727272. Windows color (decimal): -10128245 or 9139301. OLE color: 9139301.
HSL color Cylindrical-coordinate representation of color #65748B: hue angle of 216.32º degrees, saturation: 0.16, 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 #65748B is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 116 | 139 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.45 |
| HSL | 216.32º | 0.16% | 0.47% | - |
| HSV(B) | 216.32º | 0.27% | 0.55% | - |
| XYZ | 16.27 | 17.12 | 26.87 | - |
| YUV | 114.14 | 142.03 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 116 | 139 | 0.27 | 0.17 | 0 | 0.45 | 216.32 | 0.16 | 0.47 |
| Hex | 65 | 74 | 8B | 1B | 11 | 0 | 2D | D8 | 10 | 2F |
| Octal | 145 | 164 | 213 | 33 | 21 | 0 | 55 | 330 | 20 | 57 |
| Binary | 1100101 | 1110100 | 10001011 | 11011 | 10001 | 0 | 101101 | 11011000 | 10000 | 101111 |
Color Harmonies of #65748B
Complementary color
Monochromatic Colors of #65748B
Black with #65748B
Text Example
Text Example
White with #65748B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65748B; }
p { color: rgb(101,116,139); }
H1.HeaderClassName
{
color: #65748B;
}
.AnyTagClassName
{
color: #65748B;
}
</style>
background-color css
<style>
a { background-color: #65748B; }
a { background-color: rgb(101,116,139); }
div.DivClassName
{
background-color: #65748B;
}
.BgClassName
{
background-color: #65748B;
}
</style>
border-color css
<style>
span { border-color: #65748B; }
span { border-color: rgb(101,116,139); }
td.TdClassName
{
border-color: #65748B;
}
.TagClassName
{
border-color: #65748B;
}
</style>