Shades of Waikawa Grey #67728D
Tints of Waikawa Grey #67728D
RGB
CMYK
RGB Variations
Color information
#67728D (or 0x67728D) is known color: Waikawa Grey. HEX triplet: 67, 72 and 8D. RGB value is (103,114,141). Sum of RGB (Red+Green+Blue) = 103+114+141=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 141 - color contains mainly: blue. Hex color #67728D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67728D is #988D72. Grayscale: #717171. Windows color (decimal): -9997683 or 9269863. OLE color: 9269863.
HSL color Cylindrical-coordinate representation of color #67728D: hue angle of 222.63º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #67728D is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 114 | 141 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.45 |
| HSL | 222.63º | 0.16% | 0.48% | - |
| HSV(B) | 222.63º | 0.27% | 0.55% | - |
| XYZ | 16.42 | 16.84 | 27.58 | - |
| YUV | 113.79 | 143.36 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 114 | 141 | 0.27 | 0.19 | 0 | 0.45 | 222.63 | 0.16 | 0.48 |
| Hex | 67 | 72 | 8D | 1B | 13 | 0 | 2D | DF | 10 | 30 |
| Octal | 147 | 162 | 215 | 33 | 23 | 0 | 55 | 337 | 20 | 60 |
| Binary | 1100111 | 1110010 | 10001101 | 11011 | 10011 | 0 | 101101 | 11011111 | 10000 | 110000 |
Color Harmonies of #67728D
Complementary color
Monochromatic Colors of #67728D
Black with #67728D
Text Example
Text Example
White with #67728D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67728D; }
p { color: rgb(103,114,141); }
H1.HeaderClassName
{
color: #67728D;
}
.AnyTagClassName
{
color: #67728D;
}
</style>
background-color css
<style>
a { background-color: #67728D; }
a { background-color: rgb(103,114,141); }
div.DivClassName
{
background-color: #67728D;
}
.BgClassName
{
background-color: #67728D;
}
</style>
border-color css
<style>
span { border-color: #67728D; }
span { border-color: rgb(103,114,141); }
td.TdClassName
{
border-color: #67728D;
}
.TagClassName
{
border-color: #67728D;
}
</style>