Shades of Waikawa Grey #67768C
Tints of Waikawa Grey #67768C
RGB
CMYK
RGB Variations
Color information
#67768C (or 0x67768C) is known color: Waikawa Grey. HEX triplet: 67, 76 and 8C. RGB value is (103,118,140). Sum of RGB (Red+Green+Blue) = 103+118+140=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 140 - color contains mainly: blue. Hex color #67768C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67768C is #988973. Grayscale: #737373. Windows color (decimal): -9996660 or 9205351. OLE color: 9205351.
HSL color Cylindrical-coordinate representation of color #67768C: hue angle of 215.68º 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 #67768C is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 118 | 140 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.45 |
| HSL | 215.68º | 0.15% | 0.48% | - |
| HSV(B) | 215.68º | 0.26% | 0.55% | - |
| XYZ | 16.81 | 17.73 | 27.35 | - |
| YUV | 116.02 | 141.53 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 118 | 140 | 0.26 | 0.16 | 0 | 0.45 | 215.68 | 0.15 | 0.48 |
| Hex | 67 | 76 | 8C | 1A | 10 | 0 | 2D | D8 | F | 30 |
| Octal | 147 | 166 | 214 | 32 | 20 | 0 | 55 | 330 | 17 | 60 |
| Binary | 1100111 | 1110110 | 10001100 | 11010 | 10000 | 0 | 101101 | 11011000 | 1111 | 110000 |
Color Harmonies of #67768C
Complementary color
Monochromatic Colors of #67768C
Black with #67768C
Text Example
Text Example
White with #67768C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67768C; }
p { color: rgb(103,118,140); }
H1.HeaderClassName
{
color: #67768C;
}
.AnyTagClassName
{
color: #67768C;
}
</style>
background-color css
<style>
a { background-color: #67768C; }
a { background-color: rgb(103,118,140); }
div.DivClassName
{
background-color: #67768C;
}
.BgClassName
{
background-color: #67768C;
}
</style>
border-color css
<style>
span { border-color: #67768C; }
span { border-color: rgb(103,118,140); }
td.TdClassName
{
border-color: #67768C;
}
.TagClassName
{
border-color: #67768C;
}
</style>