Shades of Raven #70767E
Tints of Raven #70767E
RGB
CMYK
RGB Variations
Color information
#70767E (or 0x70767E) is known color: Raven. HEX triplet: 70, 76 and 7E. RGB value is (112,118,126). Sum of RGB (Red+Green+Blue) = 112+118+126=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 126 - color contains mainly: blue. Hex color #70767E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70767E is #8F8981. Grayscale: #757575. Windows color (decimal): -9406850 or 8287856. OLE color: 8287856.
HSL color Cylindrical-coordinate representation of color #70767E: hue angle of 214.29º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #70767E is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 118 | 126 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.51 |
| HSL | 214.29º | 0.06% | 0.47% | - |
| HSV(B) | 214.29º | 0.11% | 0.49% | - |
| XYZ | 16.93 | 17.91 | 22.3 | - |
| YUV | 117.12 | 133.01 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 126 | 0.11 | 0.06 | 0 | 0.51 | 214.29 | 0.06 | 0.47 |
| Hex | 70 | 76 | 7E | B | 6 | 0 | 33 | D6 | 6 | 2F |
| Octal | 160 | 166 | 176 | 13 | 6 | 0 | 63 | 326 | 6 | 57 |
| Binary | 1110000 | 1110110 | 1111110 | 1011 | 110 | 0 | 110011 | 11010110 | 110 | 101111 |
Color Harmonies of #70767E
Complementary color
Monochromatic Colors of #70767E
Black with #70767E
Text Example
Text Example
White with #70767E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70767E; }
p { color: rgb(112,118,126); }
H1.HeaderClassName
{
color: #70767E;
}
.AnyTagClassName
{
color: #70767E;
}
</style>
background-color css
<style>
a { background-color: #70767E; }
a { background-color: rgb(112,118,126); }
div.DivClassName
{
background-color: #70767E;
}
.BgClassName
{
background-color: #70767E;
}
</style>
border-color css
<style>
span { border-color: #70767E; }
span { border-color: rgb(112,118,126); }
td.TdClassName
{
border-color: #70767E;
}
.TagClassName
{
border-color: #70767E;
}
</style>