Shades of Waikawa Grey #65779C
Tints of Waikawa Grey #65779C
RGB
CMYK
RGB Variations
Color information
#65779C (or 0x65779C) is known color: Waikawa Grey. HEX triplet: 65, 77 and 9C. RGB value is (101,119,156). Sum of RGB (Red+Green+Blue) = 101+119+156=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #65779C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65779C is #9A8863. Grayscale: #757575. Windows color (decimal): -10127460 or 10254181. OLE color: 10254181.
HSL color Cylindrical-coordinate representation of color #65779C: hue angle of 220.36º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #65779C is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 119 | 156 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.39 |
| HSL | 220.36º | 0.22% | 0.5% | - |
| HSV(B) | 220.36º | 0.35% | 0.61% | - |
| XYZ | 17.96 | 18.36 | 34.05 | - |
| YUV | 117.84 | 149.54 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 119 | 156 | 0.35 | 0.24 | 0 | 0.39 | 220.36 | 0.22 | 0.5 |
| Hex | 65 | 77 | 9C | 23 | 18 | 0 | 27 | DC | 16 | 32 |
| Octal | 145 | 167 | 234 | 43 | 30 | 0 | 47 | 334 | 26 | 62 |
| Binary | 1100101 | 1110111 | 10011100 | 100011 | 11000 | 0 | 100111 | 11011100 | 10110 | 110010 |
Color Harmonies of #65779C
Complementary color
Monochromatic Colors of #65779C
Black with #65779C
Text Example
Text Example
White with #65779C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65779C; }
p { color: rgb(101,119,156); }
H1.HeaderClassName
{
color: #65779C;
}
.AnyTagClassName
{
color: #65779C;
}
</style>
background-color css
<style>
a { background-color: #65779C; }
a { background-color: rgb(101,119,156); }
div.DivClassName
{
background-color: #65779C;
}
.BgClassName
{
background-color: #65779C;
}
</style>
border-color css
<style>
span { border-color: #65779C; }
span { border-color: rgb(101,119,156); }
td.TdClassName
{
border-color: #65779C;
}
.TagClassName
{
border-color: #65779C;
}
</style>