Shades of Waikawa Grey #67758D
Tints of Waikawa Grey #67758D
RGB
CMYK
RGB Variations
Color information
#67758D (or 0x67758D) is known color: Waikawa Grey. HEX triplet: 67, 75 and 8D. RGB value is (103,117,141). Sum of RGB (Red+Green+Blue) = 103+117+141=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 141 - color contains mainly: blue. Hex color #67758D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67758D is #988A72. Grayscale: #737373. Windows color (decimal): -9996915 or 9270631. OLE color: 9270631.
HSL color Cylindrical-coordinate representation of color #67758D: hue angle of 217.89º 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 #67758D is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 117 | 141 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.45 |
| HSL | 217.89º | 0.16% | 0.48% | - |
| HSV(B) | 217.89º | 0.27% | 0.55% | - |
| XYZ | 16.76 | 17.53 | 27.7 | - |
| YUV | 115.55 | 142.36 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 117 | 141 | 0.27 | 0.17 | 0 | 0.45 | 217.89 | 0.16 | 0.48 |
| Hex | 67 | 75 | 8D | 1B | 11 | 0 | 2D | DA | 10 | 30 |
| Octal | 147 | 165 | 215 | 33 | 21 | 0 | 55 | 332 | 20 | 60 |
| Binary | 1100111 | 1110101 | 10001101 | 11011 | 10001 | 0 | 101101 | 11011010 | 10000 | 110000 |
Color Harmonies of #67758D
Complementary color
Monochromatic Colors of #67758D
Black with #67758D
Text Example
Text Example
White with #67758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67758D; }
p { color: rgb(103,117,141); }
H1.HeaderClassName
{
color: #67758D;
}
.AnyTagClassName
{
color: #67758D;
}
</style>
background-color css
<style>
a { background-color: #67758D; }
a { background-color: rgb(103,117,141); }
div.DivClassName
{
background-color: #67758D;
}
.BgClassName
{
background-color: #67758D;
}
</style>
border-color css
<style>
span { border-color: #67758D; }
span { border-color: rgb(103,117,141); }
td.TdClassName
{
border-color: #67758D;
}
.TagClassName
{
border-color: #67758D;
}
</style>