Shades of Raven #67717B
Tints of Raven #67717B
RGB
CMYK
RGB Variations
Color information
#67717B (or 0x67717B) is known color: Raven. HEX triplet: 67, 71 and 7B. RGB value is (103,113,123). Sum of RGB (Red+Green+Blue) = 103+113+123=339 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.38% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 123 - color contains mainly: blue. Hex color #67717B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67717B is #988E84. Grayscale: #6F6F6F. Windows color (decimal): -9997957 or 8089959. OLE color: 8089959.
HSL color Cylindrical-coordinate representation of color #67717B: hue angle of 210º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #67717B is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 113 | 123 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.52 |
| HSL | 210º | 0.09% | 0.44% | - |
| HSV(B) | 210º | 0.16% | 0.48% | - |
| XYZ | 15.07 | 16.12 | 21.06 | - |
| YUV | 111.15 | 134.69 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 113 | 123 | 0.16 | 0.08 | 0 | 0.52 | 210 | 0.09 | 0.44 |
| Hex | 67 | 71 | 7B | 10 | 8 | 0 | 34 | D2 | 9 | 2C |
| Octal | 147 | 161 | 173 | 20 | 10 | 0 | 64 | 322 | 11 | 54 |
| Binary | 1100111 | 1110001 | 1111011 | 10000 | 1000 | 0 | 110100 | 11010010 | 1001 | 101100 |
Color Harmonies of #67717B
Complementary color
Monochromatic Colors of #67717B
Black with #67717B
Text Example
Text Example
White with #67717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67717B; }
p { color: rgb(103,113,123); }
H1.HeaderClassName
{
color: #67717B;
}
.AnyTagClassName
{
color: #67717B;
}
</style>
background-color css
<style>
a { background-color: #67717B; }
a { background-color: rgb(103,113,123); }
div.DivClassName
{
background-color: #67717B;
}
.BgClassName
{
background-color: #67717B;
}
</style>
border-color css
<style>
span { border-color: #67717B; }
span { border-color: rgb(103,113,123); }
td.TdClassName
{
border-color: #67717B;
}
.TagClassName
{
border-color: #67717B;
}
</style>