Shades of Waikawa Grey #67728F
Tints of Waikawa Grey #67728F
RGB
CMYK
RGB Variations
Color information
#67728F (or 0x67728F) is known color: Waikawa Grey. HEX triplet: 67, 72 and 8F. RGB value is (103,114,143). Sum of RGB (Red+Green+Blue) = 103+114+143=360 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.61% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 143 - color contains mainly: blue. Hex color #67728F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67728F is #988D70. Grayscale: #717171. Windows color (decimal): -9997681 or 9400935. OLE color: 9400935.
HSL color Cylindrical-coordinate representation of color #67728F: hue angle of 223.5º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #67728F is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 114 | 143 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.44 |
| HSL | 223.5º | 0.16% | 0.48% | - |
| HSV(B) | 223.5º | 0.28% | 0.56% | - |
| XYZ | 16.57 | 16.9 | 28.38 | - |
| YUV | 114.02 | 144.36 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 114 | 143 | 0.28 | 0.20 | 0 | 0.44 | 223.5 | 0.16 | 0.48 |
| Hex | 67 | 72 | 8F | 1C | 14 | 0 | 2C | E0 | 10 | 30 |
| Octal | 147 | 162 | 217 | 34 | 24 | 0 | 54 | 340 | 20 | 60 |
| Binary | 1100111 | 1110010 | 10001111 | 11100 | 10100 | 0 | 101100 | 11100000 | 10000 | 110000 |
Color Harmonies of #67728F
Complementary color
Monochromatic Colors of #67728F
Black with #67728F
Text Example
Text Example
White with #67728F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67728F; }
p { color: rgb(103,114,143); }
H1.HeaderClassName
{
color: #67728F;
}
.AnyTagClassName
{
color: #67728F;
}
</style>
background-color css
<style>
a { background-color: #67728F; }
a { background-color: rgb(103,114,143); }
div.DivClassName
{
background-color: #67728F;
}
.BgClassName
{
background-color: #67728F;
}
</style>
border-color css
<style>
span { border-color: #67728F; }
span { border-color: rgb(103,114,143); }
td.TdClassName
{
border-color: #67728F;
}
.TagClassName
{
border-color: #67728F;
}
</style>