Shades of Raven #67717F
Tints of Raven #67717F
RGB
CMYK
RGB Variations
Color information
#67717F (or 0x67717F) is known color: Raven. HEX triplet: 67, 71 and 7F. RGB value is (103,113,127). Sum of RGB (Red+Green+Blue) = 103+113+127=343 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.03% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 127 - color contains mainly: blue. Hex color #67717F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67717F is #988E80. Grayscale: #6F6F6F. Windows color (decimal): -9997953 or 8352103. OLE color: 8352103.
HSL color Cylindrical-coordinate representation of color #67717F: hue angle of 215º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #67717F is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 113 | 127 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.50 |
| HSL | 215º | 0.1% | 0.45% | - |
| HSV(B) | 215º | 0.19% | 0.5% | - |
| XYZ | 15.33 | 16.23 | 22.4 | - |
| YUV | 111.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 113 | 127 | 0.19 | 0.11 | 0 | 0.50 | 215 | 0.1 | 0.45 |
| Hex | 67 | 71 | 7F | 13 | B | 0 | 32 | D7 | A | 2D |
| Octal | 147 | 161 | 177 | 23 | 13 | 0 | 62 | 327 | 12 | 55 |
| Binary | 1100111 | 1110001 | 1111111 | 10011 | 1011 | 0 | 110010 | 11010111 | 1010 | 101101 |
Color Harmonies of #67717F
Complementary color
Monochromatic Colors of #67717F
Black with #67717F
Text Example
Text Example
White with #67717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67717F; }
p { color: rgb(103,113,127); }
H1.HeaderClassName
{
color: #67717F;
}
.AnyTagClassName
{
color: #67717F;
}
</style>
background-color css
<style>
a { background-color: #67717F; }
a { background-color: rgb(103,113,127); }
div.DivClassName
{
background-color: #67717F;
}
.BgClassName
{
background-color: #67717F;
}
</style>
border-color css
<style>
span { border-color: #67717F; }
span { border-color: rgb(103,113,127); }
td.TdClassName
{
border-color: #67717F;
}
.TagClassName
{
border-color: #67717F;
}
</style>