Shades of Raven #70767C
Tints of Raven #70767C
RGB
CMYK
RGB Variations
Color information
#70767C (or 0x70767C) is known color: Raven. HEX triplet: 70, 76 and 7C. RGB value is (112,118,124). Sum of RGB (Red+Green+Blue) = 112+118+124=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 124 - color contains mainly: blue. Hex color #70767C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70767C is #8F8983. Grayscale: #747474. Windows color (decimal): -9406852 or 8156784. OLE color: 8156784.
HSL color Cylindrical-coordinate representation of color #70767C: hue angle of 210º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #70767C is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 118 | 124 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.51 |
| HSL | 210º | 0.05% | 0.46% | - |
| HSV(B) | 210º | 0.1% | 0.49% | - |
| XYZ | 16.8 | 17.86 | 21.63 | - |
| YUV | 116.89 | 132.01 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 124 | 0.10 | 0.05 | 0 | 0.51 | 210 | 0.05 | 0.46 |
| Hex | 70 | 76 | 7C | A | 5 | 0 | 33 | D2 | 5 | 2E |
| Octal | 160 | 166 | 174 | 12 | 5 | 0 | 63 | 322 | 5 | 56 |
| Binary | 1110000 | 1110110 | 1111100 | 1010 | 101 | 0 | 110011 | 11010010 | 101 | 101110 |
Color Harmonies of #70767C
Complementary color
Monochromatic Colors of #70767C
Black with #70767C
Text Example
Text Example
White with #70767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70767C; }
p { color: rgb(112,118,124); }
H1.HeaderClassName
{
color: #70767C;
}
.AnyTagClassName
{
color: #70767C;
}
</style>
background-color css
<style>
a { background-color: #70767C; }
a { background-color: rgb(112,118,124); }
div.DivClassName
{
background-color: #70767C;
}
.BgClassName
{
background-color: #70767C;
}
</style>
border-color css
<style>
span { border-color: #70767C; }
span { border-color: rgb(112,118,124); }
td.TdClassName
{
border-color: #70767C;
}
.TagClassName
{
border-color: #70767C;
}
</style>