Shades of Raven #67707A
Tints of Raven #67707A
RGB
CMYK
RGB Variations
Color information
#67707A (or 0x67707A) is known color: Raven. HEX triplet: 67, 70 and 7A. RGB value is (103,112,122). Sum of RGB (Red+Green+Blue) = 103+112+122=337 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.56% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 122 - color contains mainly: blue. Hex color #67707A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67707A is #988F85. Grayscale: #6E6E6E. Windows color (decimal): -9998214 or 8024167. OLE color: 8024167.
HSL color Cylindrical-coordinate representation of color #67707A: hue angle of 211.58º 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 #67707A is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 112 | 122 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.52 |
| HSL | 211.58º | 0.08% | 0.44% | - |
| HSV(B) | 211.58º | 0.16% | 0.48% | - |
| XYZ | 14.9 | 15.88 | 20.69 | - |
| YUV | 110.45 | 134.52 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 112 | 122 | 0.16 | 0.08 | 0 | 0.52 | 211.58 | 0.08 | 0.44 |
| Hex | 67 | 70 | 7A | 10 | 8 | 0 | 34 | D4 | 8 | 2C |
| Octal | 147 | 160 | 172 | 20 | 10 | 0 | 64 | 324 | 10 | 54 |
| Binary | 1100111 | 1110000 | 1111010 | 10000 | 1000 | 0 | 110100 | 11010100 | 1000 | 101100 |
Color Harmonies of #67707A
Complementary color
Monochromatic Colors of #67707A
Black with #67707A
Text Example
Text Example
White with #67707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67707A; }
p { color: rgb(103,112,122); }
H1.HeaderClassName
{
color: #67707A;
}
.AnyTagClassName
{
color: #67707A;
}
</style>
background-color css
<style>
a { background-color: #67707A; }
a { background-color: rgb(103,112,122); }
div.DivClassName
{
background-color: #67707A;
}
.BgClassName
{
background-color: #67707A;
}
</style>
border-color css
<style>
span { border-color: #67707A; }
span { border-color: rgb(103,112,122); }
td.TdClassName
{
border-color: #67707A;
}
.TagClassName
{
border-color: #67707A;
}
</style>