Shades of Raven #676E7F
Tints of Raven #676E7F
RGB
CMYK
RGB Variations
Color information
#676E7F (or 0x676E7F) is known color: Raven. HEX triplet: 67, 6E and 7F. RGB value is (103,110,127). Sum of RGB (Red+Green+Blue) = 103+110+127=340 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.29% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 127 - color contains mainly: blue. Hex color #676E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676E7F is #989180. Grayscale: #6D6D6D. Windows color (decimal): -9998721 or 8351335. OLE color: 8351335.
HSL color Cylindrical-coordinate representation of color #676E7F: hue angle of 222.5º 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 #676E7F is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 110 | 127 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.50 |
| HSL | 222.5º | 0.1% | 0.45% | - |
| HSV(B) | 222.5º | 0.19% | 0.5% | - |
| XYZ | 15 | 15.57 | 22.29 | - |
| YUV | 109.85 | 137.68 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 110 | 127 | 0.19 | 0.13 | 0 | 0.50 | 222.5 | 0.1 | 0.45 |
| Hex | 67 | 6E | 7F | 13 | D | 0 | 32 | DE | A | 2D |
| Octal | 147 | 156 | 177 | 23 | 15 | 0 | 62 | 336 | 12 | 55 |
| Binary | 1100111 | 1101110 | 1111111 | 10011 | 1101 | 0 | 110010 | 11011110 | 1010 | 101101 |
Color Harmonies of #676E7F
Complementary color
Monochromatic Colors of #676E7F
Black with #676E7F
Text Example
Text Example
White with #676E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676E7F; }
p { color: rgb(103,110,127); }
H1.HeaderClassName
{
color: #676E7F;
}
.AnyTagClassName
{
color: #676E7F;
}
</style>
background-color css
<style>
a { background-color: #676E7F; }
a { background-color: rgb(103,110,127); }
div.DivClassName
{
background-color: #676E7F;
}
.BgClassName
{
background-color: #676E7F;
}
</style>
border-color css
<style>
span { border-color: #676E7F; }
span { border-color: rgb(103,110,127); }
td.TdClassName
{
border-color: #676E7F;
}
.TagClassName
{
border-color: #676E7F;
}
</style>