Shades of Waikawa Grey #67768D
Tints of Waikawa Grey #67768D
RGB
CMYK
RGB Variations
Color information
#67768D (or 0x67768D) is known color: Waikawa Grey. HEX triplet: 67, 76 and 8D. RGB value is (103,118,141). Sum of RGB (Red+Green+Blue) = 103+118+141=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 141 - color contains mainly: blue. Hex color #67768D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67768D is #988972. Grayscale: #747474. Windows color (decimal): -9996659 or 9270887. OLE color: 9270887.
HSL color Cylindrical-coordinate representation of color #67768D: hue angle of 216.32º 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 #67768D is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 118 | 141 | - |
| CMYK | 0.27 | 0.16 | 0 | 0.45 |
| HSL | 216.32º | 0.16% | 0.48% | - |
| HSV(B) | 216.32º | 0.27% | 0.55% | - |
| XYZ | 16.88 | 17.76 | 27.74 | - |
| YUV | 116.14 | 142.03 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 118 | 141 | 0.27 | 0.16 | 0 | 0.45 | 216.32 | 0.16 | 0.48 |
| Hex | 67 | 76 | 8D | 1B | 10 | 0 | 2D | D8 | 10 | 30 |
| Octal | 147 | 166 | 215 | 33 | 20 | 0 | 55 | 330 | 20 | 60 |
| Binary | 1100111 | 1110110 | 10001101 | 11011 | 10000 | 0 | 101101 | 11011000 | 10000 | 110000 |
Color Harmonies of #67768D
Complementary color
Monochromatic Colors of #67768D
Black with #67768D
Text Example
Text Example
White with #67768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67768D; }
p { color: rgb(103,118,141); }
H1.HeaderClassName
{
color: #67768D;
}
.AnyTagClassName
{
color: #67768D;
}
</style>
background-color css
<style>
a { background-color: #67768D; }
a { background-color: rgb(103,118,141); }
div.DivClassName
{
background-color: #67768D;
}
.BgClassName
{
background-color: #67768D;
}
</style>
border-color css
<style>
span { border-color: #67768D; }
span { border-color: rgb(103,118,141); }
td.TdClassName
{
border-color: #67768D;
}
.TagClassName
{
border-color: #67768D;
}
</style>