Shades of Raven #67737D
Tints of Raven #67737D
RGB
CMYK
RGB Variations
Color information
#67737D (or 0x67737D) is known color: Raven. HEX triplet: 67, 73 and 7D. RGB value is (103,115,125). Sum of RGB (Red+Green+Blue) = 103+115+125=343 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.03% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 125 - color contains mainly: blue. Hex color #67737D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67737D is #988C82. Grayscale: #707070. Windows color (decimal): -9997443 or 8221543. OLE color: 8221543.
HSL color Cylindrical-coordinate representation of color #67737D: hue angle of 207.27º 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 #67737D is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 115 | 125 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.51 |
| HSL | 207.27º | 0.1% | 0.45% | - |
| HSV(B) | 207.27º | 0.18% | 0.49% | - |
| XYZ | 15.43 | 16.63 | 21.8 | - |
| YUV | 112.55 | 135.02 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 115 | 125 | 0.18 | 0.08 | 0 | 0.51 | 207.27 | 0.1 | 0.45 |
| Hex | 67 | 73 | 7D | 12 | 8 | 0 | 33 | CF | A | 2D |
| Octal | 147 | 163 | 175 | 22 | 10 | 0 | 63 | 317 | 12 | 55 |
| Binary | 1100111 | 1110011 | 1111101 | 10010 | 1000 | 0 | 110011 | 11001111 | 1010 | 101101 |
Color Harmonies of #67737D
Complementary color
Monochromatic Colors of #67737D
Black with #67737D
Text Example
Text Example
White with #67737D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67737D; }
p { color: rgb(103,115,125); }
H1.HeaderClassName
{
color: #67737D;
}
.AnyTagClassName
{
color: #67737D;
}
</style>
background-color css
<style>
a { background-color: #67737D; }
a { background-color: rgb(103,115,125); }
div.DivClassName
{
background-color: #67737D;
}
.BgClassName
{
background-color: #67737D;
}
</style>
border-color css
<style>
span { border-color: #67737D; }
span { border-color: rgb(103,115,125); }
td.TdClassName
{
border-color: #67737D;
}
.TagClassName
{
border-color: #67737D;
}
</style>