Shades of Waikawa Grey #67748C
Tints of Waikawa Grey #67748C
RGB
CMYK
RGB Variations
Color information
#67748C (or 0x67748C) is known color: Waikawa Grey. HEX triplet: 67, 74 and 8C. RGB value is (103,116,140). Sum of RGB (Red+Green+Blue) = 103+116+140=359 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.69% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 140 - color contains mainly: blue. Hex color #67748C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67748C is #988B73. Grayscale: #727272. Windows color (decimal): -9997172 or 9204839. OLE color: 9204839.
HSL color Cylindrical-coordinate representation of color #67748C: hue angle of 218.92º 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 #67748C is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 116 | 140 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.45 |
| HSL | 218.92º | 0.15% | 0.48% | - |
| HSV(B) | 218.92º | 0.26% | 0.55% | - |
| XYZ | 16.57 | 17.27 | 27.27 | - |
| YUV | 114.85 | 142.19 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 116 | 140 | 0.26 | 0.17 | 0 | 0.45 | 218.92 | 0.15 | 0.48 |
| Hex | 67 | 74 | 8C | 1A | 11 | 0 | 2D | DB | F | 30 |
| Octal | 147 | 164 | 214 | 32 | 21 | 0 | 55 | 333 | 17 | 60 |
| Binary | 1100111 | 1110100 | 10001100 | 11010 | 10001 | 0 | 101101 | 11011011 | 1111 | 110000 |
Color Harmonies of #67748C
Complementary color
Monochromatic Colors of #67748C
Black with #67748C
Text Example
Text Example
White with #67748C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67748C; }
p { color: rgb(103,116,140); }
H1.HeaderClassName
{
color: #67748C;
}
.AnyTagClassName
{
color: #67748C;
}
</style>
background-color css
<style>
a { background-color: #67748C; }
a { background-color: rgb(103,116,140); }
div.DivClassName
{
background-color: #67748C;
}
.BgClassName
{
background-color: #67748C;
}
</style>
border-color css
<style>
span { border-color: #67748C; }
span { border-color: rgb(103,116,140); }
td.TdClassName
{
border-color: #67748C;
}
.TagClassName
{
border-color: #67748C;
}
</style>