Shades of Raven #676C7C
Tints of Raven #676C7C
RGB
CMYK
RGB Variations
Color information
#676C7C (or 0x676C7C) is known color: Raven. HEX triplet: 67, 6C and 7C. RGB value is (103,108,124). Sum of RGB (Red+Green+Blue) = 103+108+124=335 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.75% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 124 - color contains mainly: blue. Hex color #676C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676C7C is #989383. Grayscale: #6C6C6C. Windows color (decimal): -9999236 or 8154215. OLE color: 8154215.
HSL color Cylindrical-coordinate representation of color #676C7C: hue angle of 225.71º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #676C7C is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 108 | 124 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.51 |
| HSL | 225.71º | 0.09% | 0.45% | - |
| HSV(B) | 225.71º | 0.17% | 0.49% | - |
| XYZ | 14.59 | 15.06 | 21.21 | - |
| YUV | 108.33 | 136.84 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 108 | 124 | 0.17 | 0.13 | 0 | 0.51 | 225.71 | 0.09 | 0.45 |
| Hex | 67 | 6C | 7C | 11 | D | 0 | 33 | E2 | 9 | 2D |
| Octal | 147 | 154 | 174 | 21 | 15 | 0 | 63 | 342 | 11 | 55 |
| Binary | 1100111 | 1101100 | 1111100 | 10001 | 1101 | 0 | 110011 | 11100010 | 1001 | 101101 |
Color Harmonies of #676C7C
Complementary color
Monochromatic Colors of #676C7C
Black with #676C7C
Text Example
Text Example
White with #676C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676C7C; }
p { color: rgb(103,108,124); }
H1.HeaderClassName
{
color: #676C7C;
}
.AnyTagClassName
{
color: #676C7C;
}
</style>
background-color css
<style>
a { background-color: #676C7C; }
a { background-color: rgb(103,108,124); }
div.DivClassName
{
background-color: #676C7C;
}
.BgClassName
{
background-color: #676C7C;
}
</style>
border-color css
<style>
span { border-color: #676C7C; }
span { border-color: rgb(103,108,124); }
td.TdClassName
{
border-color: #676C7C;
}
.TagClassName
{
border-color: #676C7C;
}
</style>