Shades of Raven #70787F
Tints of Raven #70787F
RGB
CMYK
RGB Variations
Color information
#70787F (or 0x70787F) is known color: Raven. HEX triplet: 70, 78 and 7F. RGB value is (112,120,127). Sum of RGB (Red+Green+Blue) = 112+120+127=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 127 - color contains mainly: blue. Hex color #70787F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70787F is #8F8780. Grayscale: #767676. Windows color (decimal): -9406337 or 8353904. OLE color: 8353904.
HSL color Cylindrical-coordinate representation of color #70787F: hue angle of 208º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #70787F is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 120 | 127 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.50 |
| HSL | 208º | 0.06% | 0.47% | - |
| HSV(B) | 208º | 0.12% | 0.5% | - |
| XYZ | 17.23 | 18.41 | 22.72 | - |
| YUV | 118.41 | 132.85 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 120 | 127 | 0.12 | 0.06 | 0 | 0.50 | 208 | 0.06 | 0.47 |
| Hex | 70 | 78 | 7F | C | 6 | 0 | 32 | D0 | 6 | 2F |
| Octal | 160 | 170 | 177 | 14 | 6 | 0 | 62 | 320 | 6 | 57 |
| Binary | 1110000 | 1111000 | 1111111 | 1100 | 110 | 0 | 110010 | 11010000 | 110 | 101111 |
Color Harmonies of #70787F
Complementary color
Monochromatic Colors of #70787F
Black with #70787F
Text Example
Text Example
White with #70787F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70787F; }
p { color: rgb(112,120,127); }
H1.HeaderClassName
{
color: #70787F;
}
.AnyTagClassName
{
color: #70787F;
}
</style>
background-color css
<style>
a { background-color: #70787F; }
a { background-color: rgb(112,120,127); }
div.DivClassName
{
background-color: #70787F;
}
.BgClassName
{
background-color: #70787F;
}
</style>
border-color css
<style>
span { border-color: #70787F; }
span { border-color: rgb(112,120,127); }
td.TdClassName
{
border-color: #70787F;
}
.TagClassName
{
border-color: #70787F;
}
</style>