Shades of Waikawa Grey #66738A
Tints of Waikawa Grey #66738A
RGB
CMYK
RGB Variations
Color information
#66738A (or 0x66738A) is known color: Waikawa Grey. HEX triplet: 66, 73 and 8A. RGB value is (102,115,138). Sum of RGB (Red+Green+Blue) = 102+115+138=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 138 - color contains mainly: blue. Hex color #66738A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66738A is #998C75. Grayscale: #717171. Windows color (decimal): -10062966 or 9073510. OLE color: 9073510.
HSL color Cylindrical-coordinate representation of color #66738A: hue angle of 218.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #66738A is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 115 | 138 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.46 |
| HSL | 218.33º | 0.15% | 0.47% | - |
| HSV(B) | 218.33º | 0.26% | 0.54% | - |
| XYZ | 16.2 | 16.92 | 26.46 | - |
| YUV | 113.74 | 141.69 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 115 | 138 | 0.26 | 0.17 | 0 | 0.46 | 218.33 | 0.15 | 0.47 |
| Hex | 66 | 73 | 8A | 1A | 11 | 0 | 2E | DA | F | 2F |
| Octal | 146 | 163 | 212 | 32 | 21 | 0 | 56 | 332 | 17 | 57 |
| Binary | 1100110 | 1110011 | 10001010 | 11010 | 10001 | 0 | 101110 | 11011010 | 1111 | 101111 |
Color Harmonies of #66738A
Complementary color
Monochromatic Colors of #66738A
Black with #66738A
Text Example
Text Example
White with #66738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66738A; }
p { color: rgb(102,115,138); }
H1.HeaderClassName
{
color: #66738A;
}
.AnyTagClassName
{
color: #66738A;
}
</style>
background-color css
<style>
a { background-color: #66738A; }
a { background-color: rgb(102,115,138); }
div.DivClassName
{
background-color: #66738A;
}
.BgClassName
{
background-color: #66738A;
}
</style>
border-color css
<style>
span { border-color: #66738A; }
span { border-color: rgb(102,115,138); }
td.TdClassName
{
border-color: #66738A;
}
.TagClassName
{
border-color: #66738A;
}
</style>