Shades of Waikawa Grey #67728C
Tints of Waikawa Grey #67728C
RGB
CMYK
RGB Variations
Color information
#67728C (or 0x67728C) is known color: Waikawa Grey. HEX triplet: 67, 72 and 8C. RGB value is (103,114,140). Sum of RGB (Red+Green+Blue) = 103+114+140=357 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.85% from 357); Green value is 114 (44.92% from 255 or 31.93% 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 #67728C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67728C is #988D73. Grayscale: #717171. Windows color (decimal): -9997684 or 9204327. OLE color: 9204327.
HSL color Cylindrical-coordinate representation of color #67728C: hue angle of 222.16º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #67728C is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 114 | 140 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.45 |
| HSL | 222.16º | 0.15% | 0.48% | - |
| HSV(B) | 222.16º | 0.26% | 0.55% | - |
| XYZ | 16.34 | 16.81 | 27.19 | - |
| YUV | 113.68 | 142.86 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 114 | 140 | 0.26 | 0.19 | 0 | 0.45 | 222.16 | 0.15 | 0.48 |
| Hex | 67 | 72 | 8C | 1A | 13 | 0 | 2D | DE | F | 30 |
| Octal | 147 | 162 | 214 | 32 | 23 | 0 | 55 | 336 | 17 | 60 |
| Binary | 1100111 | 1110010 | 10001100 | 11010 | 10011 | 0 | 101101 | 11011110 | 1111 | 110000 |
Color Harmonies of #67728C
Complementary color
Monochromatic Colors of #67728C
Black with #67728C
Text Example
Text Example
White with #67728C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67728C; }
p { color: rgb(103,114,140); }
H1.HeaderClassName
{
color: #67728C;
}
.AnyTagClassName
{
color: #67728C;
}
</style>
background-color css
<style>
a { background-color: #67728C; }
a { background-color: rgb(103,114,140); }
div.DivClassName
{
background-color: #67728C;
}
.BgClassName
{
background-color: #67728C;
}
</style>
border-color css
<style>
span { border-color: #67728C; }
span { border-color: rgb(103,114,140); }
td.TdClassName
{
border-color: #67728C;
}
.TagClassName
{
border-color: #67728C;
}
</style>