Shades of Waikawa Grey #67768F
Tints of Waikawa Grey #67768F
RGB
CMYK
RGB Variations
Color information
#67768F (or 0x67768F) is known color: Waikawa Grey. HEX triplet: 67, 76 and 8F. RGB value is (103,118,143). Sum of RGB (Red+Green+Blue) = 103+118+143=364 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.30% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 143 (56.25% from 255 or 39.29% from 364); Max value from RGB is 143 - color contains mainly: blue. Hex color #67768F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67768F is #988970. Grayscale: #747474. Windows color (decimal): -9996657 or 9401959. OLE color: 9401959.
HSL color Cylindrical-coordinate representation of color #67768F: hue angle of 217.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 #67768F is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 118 | 143 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.44 |
| HSL | 217.5º | 0.16% | 0.48% | - |
| HSV(B) | 217.5º | 0.28% | 0.56% | - |
| XYZ | 17.03 | 17.82 | 28.53 | - |
| YUV | 116.37 | 143.03 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 118 | 143 | 0.28 | 0.17 | 0 | 0.44 | 217.5 | 0.16 | 0.48 |
| Hex | 67 | 76 | 8F | 1C | 11 | 0 | 2C | DA | 10 | 30 |
| Octal | 147 | 166 | 217 | 34 | 21 | 0 | 54 | 332 | 20 | 60 |
| Binary | 1100111 | 1110110 | 10001111 | 11100 | 10001 | 0 | 101100 | 11011010 | 10000 | 110000 |
Color Harmonies of #67768F
Complementary color
Monochromatic Colors of #67768F
Black with #67768F
Text Example
Text Example
White with #67768F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67768F; }
p { color: rgb(103,118,143); }
H1.HeaderClassName
{
color: #67768F;
}
.AnyTagClassName
{
color: #67768F;
}
</style>
background-color css
<style>
a { background-color: #67768F; }
a { background-color: rgb(103,118,143); }
div.DivClassName
{
background-color: #67768F;
}
.BgClassName
{
background-color: #67768F;
}
</style>
border-color css
<style>
span { border-color: #67768F; }
span { border-color: rgb(103,118,143); }
td.TdClassName
{
border-color: #67768F;
}
.TagClassName
{
border-color: #67768F;
}
</style>