Shades of Raven #676F7F
Tints of Raven #676F7F
RGB
CMYK
RGB Variations
Color information
#676F7F (or 0x676F7F) is known color: Raven. HEX triplet: 67, 6F and 7F. RGB value is (103,111,127). Sum of RGB (Red+Green+Blue) = 103+111+127=341 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.21% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 127 - color contains mainly: blue. Hex color #676F7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676F7F is #989080. Grayscale: #6E6E6E. Windows color (decimal): -9998465 or 8351591. OLE color: 8351591.
HSL color Cylindrical-coordinate representation of color #676F7F: hue angle of 220º 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 #676F7F is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 111 | 127 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.50 |
| HSL | 220º | 0.1% | 0.45% | - |
| HSV(B) | 220º | 0.19% | 0.5% | - |
| XYZ | 15.11 | 15.78 | 22.33 | - |
| YUV | 110.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 111 | 127 | 0.19 | 0.13 | 0 | 0.50 | 220 | 0.1 | 0.45 |
| Hex | 67 | 6F | 7F | 13 | D | 0 | 32 | DC | A | 2D |
| Octal | 147 | 157 | 177 | 23 | 15 | 0 | 62 | 334 | 12 | 55 |
| Binary | 1100111 | 1101111 | 1111111 | 10011 | 1101 | 0 | 110010 | 11011100 | 1010 | 101101 |
Color Harmonies of #676F7F
Complementary color
Monochromatic Colors of #676F7F
Black with #676F7F
Text Example
Text Example
White with #676F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676F7F; }
p { color: rgb(103,111,127); }
H1.HeaderClassName
{
color: #676F7F;
}
.AnyTagClassName
{
color: #676F7F;
}
</style>
background-color css
<style>
a { background-color: #676F7F; }
a { background-color: rgb(103,111,127); }
div.DivClassName
{
background-color: #676F7F;
}
.BgClassName
{
background-color: #676F7F;
}
</style>
border-color css
<style>
span { border-color: #676F7F; }
span { border-color: rgb(103,111,127); }
td.TdClassName
{
border-color: #676F7F;
}
.TagClassName
{
border-color: #676F7F;
}
</style>