Shades of Raven #676F7A
Tints of Raven #676F7A
RGB
CMYK
RGB Variations
Color information
#676F7A (or 0x676F7A) is known color: Raven. HEX triplet: 67, 6F and 7A. RGB value is (103,111,122). Sum of RGB (Red+Green+Blue) = 103+111+122=336 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.65% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 122 - color contains mainly: blue. Hex color #676F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676F7A is #989085. Grayscale: #6D6D6D. Windows color (decimal): -9998470 or 8023911. OLE color: 8023911.
HSL color Cylindrical-coordinate representation of color #676F7A: hue angle of 214.74º degrees, saturation: 0.08, 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 #676F7A is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 111 | 122 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.52 |
| HSL | 214.74º | 0.08% | 0.44% | - |
| HSV(B) | 214.74º | 0.16% | 0.48% | - |
| XYZ | 14.79 | 15.66 | 20.66 | - |
| YUV | 109.86 | 134.85 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 111 | 122 | 0.16 | 0.09 | 0 | 0.52 | 214.74 | 0.08 | 0.44 |
| Hex | 67 | 6F | 7A | 10 | 9 | 0 | 34 | D7 | 8 | 2C |
| Octal | 147 | 157 | 172 | 20 | 11 | 0 | 64 | 327 | 10 | 54 |
| Binary | 1100111 | 1101111 | 1111010 | 10000 | 1001 | 0 | 110100 | 11010111 | 1000 | 101100 |
Color Harmonies of #676F7A
Complementary color
Monochromatic Colors of #676F7A
Black with #676F7A
Text Example
Text Example
White with #676F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676F7A; }
p { color: rgb(103,111,122); }
H1.HeaderClassName
{
color: #676F7A;
}
.AnyTagClassName
{
color: #676F7A;
}
</style>
background-color css
<style>
a { background-color: #676F7A; }
a { background-color: rgb(103,111,122); }
div.DivClassName
{
background-color: #676F7A;
}
.BgClassName
{
background-color: #676F7A;
}
</style>
border-color css
<style>
span { border-color: #676F7A; }
span { border-color: rgb(103,111,122); }
td.TdClassName
{
border-color: #676F7A;
}
.TagClassName
{
border-color: #676F7A;
}
</style>