Shades of Raven #707882
Tints of Raven #707882
RGB
CMYK
RGB Variations
Color information
#707882 (or 0x707882) is known color: Raven. HEX triplet: 70, 78 and 82. RGB value is (112,120,130). Sum of RGB (Red+Green+Blue) = 112+120+130=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 130 - color contains mainly: blue. Hex color #707882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707882 is #8F877D. Grayscale: #767676. Windows color (decimal): -9406334 or 8550512. OLE color: 8550512.
HSL color Cylindrical-coordinate representation of color #707882: hue angle of 213.33º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #707882 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 120 | 130 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.49 |
| HSL | 213.33º | 0.07% | 0.47% | - |
| HSV(B) | 213.33º | 0.14% | 0.51% | - |
| XYZ | 17.43 | 18.49 | 23.77 | - |
| YUV | 118.75 | 134.35 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 120 | 130 | 0.14 | 0.08 | 0 | 0.49 | 213.33 | 0.07 | 0.47 |
| Hex | 70 | 78 | 82 | E | 8 | 0 | 31 | D5 | 7 | 2F |
| Octal | 160 | 170 | 202 | 16 | 10 | 0 | 61 | 325 | 7 | 57 |
| Binary | 1110000 | 1111000 | 10000010 | 1110 | 1000 | 0 | 110001 | 11010101 | 111 | 101111 |
Color Harmonies of #707882
Complementary color
Monochromatic Colors of #707882
Black with #707882
Text Example
Text Example
White with #707882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707882; }
p { color: rgb(112,120,130); }
H1.HeaderClassName
{
color: #707882;
}
.AnyTagClassName
{
color: #707882;
}
</style>
background-color css
<style>
a { background-color: #707882; }
a { background-color: rgb(112,120,130); }
div.DivClassName
{
background-color: #707882;
}
.BgClassName
{
background-color: #707882;
}
</style>
border-color css
<style>
span { border-color: #707882; }
span { border-color: rgb(112,120,130); }
td.TdClassName
{
border-color: #707882;
}
.TagClassName
{
border-color: #707882;
}
</style>