Shades of Raven #67707E
Tints of Raven #67707E
RGB
CMYK
RGB Variations
Color information
#67707E (or 0x67707E) is known color: Raven. HEX triplet: 67, 70 and 7E. RGB value is (103,112,126). Sum of RGB (Red+Green+Blue) = 103+112+126=341 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.21% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 126 - color contains mainly: blue. Hex color #67707E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67707E is #988F81. Grayscale: #6E6E6E. Windows color (decimal): -9998210 or 8286311. OLE color: 8286311.
HSL color Cylindrical-coordinate representation of color #67707E: hue angle of 216.52º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #67707E is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 112 | 126 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.51 |
| HSL | 216.52º | 0.1% | 0.45% | - |
| HSV(B) | 216.52º | 0.18% | 0.49% | - |
| XYZ | 15.15 | 15.98 | 22.02 | - |
| YUV | 110.91 | 136.52 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 112 | 126 | 0.18 | 0.11 | 0 | 0.51 | 216.52 | 0.1 | 0.45 |
| Hex | 67 | 70 | 7E | 12 | B | 0 | 33 | D9 | A | 2D |
| Octal | 147 | 160 | 176 | 22 | 13 | 0 | 63 | 331 | 12 | 55 |
| Binary | 1100111 | 1110000 | 1111110 | 10010 | 1011 | 0 | 110011 | 11011001 | 1010 | 101101 |
Color Harmonies of #67707E
Complementary color
Monochromatic Colors of #67707E
Black with #67707E
Text Example
Text Example
White with #67707E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67707E; }
p { color: rgb(103,112,126); }
H1.HeaderClassName
{
color: #67707E;
}
.AnyTagClassName
{
color: #67707E;
}
</style>
background-color css
<style>
a { background-color: #67707E; }
a { background-color: rgb(103,112,126); }
div.DivClassName
{
background-color: #67707E;
}
.BgClassName
{
background-color: #67707E;
}
</style>
border-color css
<style>
span { border-color: #67707E; }
span { border-color: rgb(103,112,126); }
td.TdClassName
{
border-color: #67707E;
}
.TagClassName
{
border-color: #67707E;
}
</style>