Shades of Waikawa Grey #67718C
Tints of Waikawa Grey #67718C
RGB
CMYK
RGB Variations
Color information
#67718C (or 0x67718C) is known color: Waikawa Grey. HEX triplet: 67, 71 and 8C. RGB value is (103,113,140). Sum of RGB (Red+Green+Blue) = 103+113+140=356 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.93% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 140 - color contains mainly: blue. Hex color #67718C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67718C is #988E73. Grayscale: #707070. Windows color (decimal): -9997940 or 9204071. OLE color: 9204071.
HSL color Cylindrical-coordinate representation of color #67718C: hue angle of 223.78º 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 #67718C is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 113 | 140 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.45 |
| HSL | 223.78º | 0.15% | 0.48% | - |
| HSV(B) | 223.78º | 0.26% | 0.55% | - |
| XYZ | 16.23 | 16.59 | 27.16 | - |
| YUV | 113.09 | 143.19 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 113 | 140 | 0.26 | 0.19 | 0 | 0.45 | 223.78 | 0.15 | 0.48 |
| Hex | 67 | 71 | 8C | 1A | 13 | 0 | 2D | E0 | F | 30 |
| Octal | 147 | 161 | 214 | 32 | 23 | 0 | 55 | 340 | 17 | 60 |
| Binary | 1100111 | 1110001 | 10001100 | 11010 | 10011 | 0 | 101101 | 11100000 | 1111 | 110000 |
Color Harmonies of #67718C
Complementary color
Monochromatic Colors of #67718C
Black with #67718C
Text Example
Text Example
White with #67718C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67718C; }
p { color: rgb(103,113,140); }
H1.HeaderClassName
{
color: #67718C;
}
.AnyTagClassName
{
color: #67718C;
}
</style>
background-color css
<style>
a { background-color: #67718C; }
a { background-color: rgb(103,113,140); }
div.DivClassName
{
background-color: #67718C;
}
.BgClassName
{
background-color: #67718C;
}
</style>
border-color css
<style>
span { border-color: #67718C; }
span { border-color: rgb(103,113,140); }
td.TdClassName
{
border-color: #67718C;
}
.TagClassName
{
border-color: #67718C;
}
</style>