Shades of Waikawa Grey #67738B
Tints of Waikawa Grey #67738B
RGB
CMYK
RGB Variations
Color information
#67738B (or 0x67738B) is known color: Waikawa Grey. HEX triplet: 67, 73 and 8B. RGB value is (103,115,139). Sum of RGB (Red+Green+Blue) = 103+115+139=357 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.85% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 139 - color contains mainly: blue. Hex color #67738B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67738B is #988C74. Grayscale: #727272. Windows color (decimal): -9997429 or 9139047. OLE color: 9139047.
HSL color Cylindrical-coordinate representation of color #67738B: hue angle of 220º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #67738B is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 115 | 139 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.45 |
| HSL | 220º | 0.15% | 0.47% | - |
| HSV(B) | 220º | 0.26% | 0.55% | - |
| XYZ | 16.38 | 17.01 | 26.85 | - |
| YUV | 114.15 | 142.02 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 115 | 139 | 0.26 | 0.17 | 0 | 0.45 | 220 | 0.15 | 0.47 |
| Hex | 67 | 73 | 8B | 1A | 11 | 0 | 2D | DC | F | 2F |
| Octal | 147 | 163 | 213 | 32 | 21 | 0 | 55 | 334 | 17 | 57 |
| Binary | 1100111 | 1110011 | 10001011 | 11010 | 10001 | 0 | 101101 | 11011100 | 1111 | 101111 |
Color Harmonies of #67738B
Complementary color
Monochromatic Colors of #67738B
Black with #67738B
Text Example
Text Example
White with #67738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67738B; }
p { color: rgb(103,115,139); }
H1.HeaderClassName
{
color: #67738B;
}
.AnyTagClassName
{
color: #67738B;
}
</style>
background-color css
<style>
a { background-color: #67738B; }
a { background-color: rgb(103,115,139); }
div.DivClassName
{
background-color: #67738B;
}
.BgClassName
{
background-color: #67738B;
}
</style>
border-color css
<style>
span { border-color: #67738B; }
span { border-color: rgb(103,115,139); }
td.TdClassName
{
border-color: #67738B;
}
.TagClassName
{
border-color: #67738B;
}
</style>