Shades of Raven #686C76
Tints of Raven #686C76
RGB
CMYK
RGB Variations
Color information
#686C76 (or 0x686C76) is known color: Raven. HEX triplet: 68, 6C and 76. RGB value is (104,108,118). Sum of RGB (Red+Green+Blue) = 104+108+118=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 118 - color contains mainly: blue. Hex color #686C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686C76 is #979389. Grayscale: #6B6B6B. Windows color (decimal): -9933706 or 7761000. OLE color: 7761000.
HSL color Cylindrical-coordinate representation of color #686C76: hue angle of 222.86º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #686C76 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 108 | 118 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.54 |
| HSL | 222.86º | 0.06% | 0.44% | - |
| HSV(B) | 222.86º | 0.12% | 0.46% | - |
| XYZ | 14.34 | 14.98 | 19.27 | - |
| YUV | 107.94 | 133.67 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 118 | 0.12 | 0.08 | 0 | 0.54 | 222.86 | 0.06 | 0.44 |
| Hex | 68 | 6C | 76 | C | 8 | 0 | 36 | DF | 6 | 2C |
| Octal | 150 | 154 | 166 | 14 | 10 | 0 | 66 | 337 | 6 | 54 |
| Binary | 1101000 | 1101100 | 1110110 | 1100 | 1000 | 0 | 110110 | 11011111 | 110 | 101100 |
Color Harmonies of #686C76
Complementary color
Monochromatic Colors of #686C76
Black with #686C76
Text Example
Text Example
White with #686C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686C76; }
p { color: rgb(104,108,118); }
H1.HeaderClassName
{
color: #686C76;
}
.AnyTagClassName
{
color: #686C76;
}
</style>
background-color css
<style>
a { background-color: #686C76; }
a { background-color: rgb(104,108,118); }
div.DivClassName
{
background-color: #686C76;
}
.BgClassName
{
background-color: #686C76;
}
</style>
border-color css
<style>
span { border-color: #686C76; }
span { border-color: rgb(104,108,118); }
td.TdClassName
{
border-color: #686C76;
}
.TagClassName
{
border-color: #686C76;
}
</style>