Shades of Waikawa Grey #66779C
Tints of Waikawa Grey #66779C
RGB
CMYK
RGB Variations
Color information
#66779C (or 0x66779C) is known color: Waikawa Grey. HEX triplet: 66, 77 and 9C. RGB value is (102,119,156). Sum of RGB (Red+Green+Blue) = 102+119+156=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 156 - color contains mainly: blue. Hex color #66779C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66779C is #998863. Grayscale: #757575. Windows color (decimal): -10061924 or 10254182. OLE color: 10254182.
HSL color Cylindrical-coordinate representation of color #66779C: hue angle of 221.11º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66779C is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 119 | 156 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.39 |
| HSL | 221.11º | 0.21% | 0.51% | - |
| HSV(B) | 221.11º | 0.35% | 0.61% | - |
| XYZ | 18.08 | 18.42 | 34.05 | - |
| YUV | 118.14 | 149.37 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 119 | 156 | 0.35 | 0.24 | 0 | 0.39 | 221.11 | 0.21 | 0.51 |
| Hex | 66 | 77 | 9C | 23 | 18 | 0 | 27 | DD | 15 | 33 |
| Octal | 146 | 167 | 234 | 43 | 30 | 0 | 47 | 335 | 25 | 63 |
| Binary | 1100110 | 1110111 | 10011100 | 100011 | 11000 | 0 | 100111 | 11011101 | 10101 | 110011 |
Color Harmonies of #66779C
Complementary color
Monochromatic Colors of #66779C
Black with #66779C
Text Example
Text Example
White with #66779C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66779C; }
p { color: rgb(102,119,156); }
H1.HeaderClassName
{
color: #66779C;
}
.AnyTagClassName
{
color: #66779C;
}
</style>
background-color css
<style>
a { background-color: #66779C; }
a { background-color: rgb(102,119,156); }
div.DivClassName
{
background-color: #66779C;
}
.BgClassName
{
background-color: #66779C;
}
</style>
border-color css
<style>
span { border-color: #66779C; }
span { border-color: rgb(102,119,156); }
td.TdClassName
{
border-color: #66779C;
}
.TagClassName
{
border-color: #66779C;
}
</style>