Shades of Waikawa Grey #67748F
Tints of Waikawa Grey #67748F
RGB
CMYK
RGB Variations
Color information
#67748F (or 0x67748F) is known color: Waikawa Grey. HEX triplet: 67, 74 and 8F. RGB value is (103,116,143). Sum of RGB (Red+Green+Blue) = 103+116+143=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 143 - color contains mainly: blue. Hex color #67748F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67748F is #988B70. Grayscale: #737373. Windows color (decimal): -9997169 or 9401447. OLE color: 9401447.
HSL color Cylindrical-coordinate representation of color #67748F: hue angle of 220.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 #67748F is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 116 | 143 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.44 |
| HSL | 220.5º | 0.16% | 0.48% | - |
| HSV(B) | 220.5º | 0.28% | 0.56% | - |
| XYZ | 16.8 | 17.36 | 28.45 | - |
| YUV | 115.19 | 143.69 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 116 | 143 | 0.28 | 0.19 | 0 | 0.44 | 220.5 | 0.16 | 0.48 |
| Hex | 67 | 74 | 8F | 1C | 13 | 0 | 2C | DC | 10 | 30 |
| Octal | 147 | 164 | 217 | 34 | 23 | 0 | 54 | 334 | 20 | 60 |
| Binary | 1100111 | 1110100 | 10001111 | 11100 | 10011 | 0 | 101100 | 11011100 | 10000 | 110000 |
Color Harmonies of #67748F
Complementary color
Monochromatic Colors of #67748F
Black with #67748F
Text Example
Text Example
White with #67748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67748F; }
p { color: rgb(103,116,143); }
H1.HeaderClassName
{
color: #67748F;
}
.AnyTagClassName
{
color: #67748F;
}
</style>
background-color css
<style>
a { background-color: #67748F; }
a { background-color: rgb(103,116,143); }
div.DivClassName
{
background-color: #67748F;
}
.BgClassName
{
background-color: #67748F;
}
</style>
border-color css
<style>
span { border-color: #67748F; }
span { border-color: rgb(103,116,143); }
td.TdClassName
{
border-color: #67748F;
}
.TagClassName
{
border-color: #67748F;
}
</style>