Shades of Raven #676C7B
Tints of Raven #676C7B
RGB
CMYK
RGB Variations
Color information
#676C7B (or 0x676C7B) is known color: Raven. HEX triplet: 67, 6C and 7B. RGB value is (103,108,123). Sum of RGB (Red+Green+Blue) = 103+108+123=334 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.84% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 123 - color contains mainly: blue. Hex color #676C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676C7B is #989384. Grayscale: #6C6C6C. Windows color (decimal): -9999237 or 8088679. OLE color: 8088679.
HSL color Cylindrical-coordinate representation of color #676C7B: hue angle of 225º 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 #676C7B is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 108 | 123 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.52 |
| HSL | 225º | 0.09% | 0.44% | - |
| HSV(B) | 225º | 0.16% | 0.48% | - |
| XYZ | 14.53 | 15.04 | 20.88 | - |
| YUV | 108.22 | 136.34 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 108 | 123 | 0.16 | 0.12 | 0 | 0.52 | 225 | 0.09 | 0.44 |
| Hex | 67 | 6C | 7B | 10 | C | 0 | 34 | E1 | 9 | 2C |
| Octal | 147 | 154 | 173 | 20 | 14 | 0 | 64 | 341 | 11 | 54 |
| Binary | 1100111 | 1101100 | 1111011 | 10000 | 1100 | 0 | 110100 | 11100001 | 1001 | 101100 |
Color Harmonies of #676C7B
Complementary color
Monochromatic Colors of #676C7B
Black with #676C7B
Text Example
Text Example
White with #676C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676C7B; }
p { color: rgb(103,108,123); }
H1.HeaderClassName
{
color: #676C7B;
}
.AnyTagClassName
{
color: #676C7B;
}
</style>
background-color css
<style>
a { background-color: #676C7B; }
a { background-color: rgb(103,108,123); }
div.DivClassName
{
background-color: #676C7B;
}
.BgClassName
{
background-color: #676C7B;
}
</style>
border-color css
<style>
span { border-color: #676C7B; }
span { border-color: rgb(103,108,123); }
td.TdClassName
{
border-color: #676C7B;
}
.TagClassName
{
border-color: #676C7B;
}
</style>