Shades of Raven #71787D
Tints of Raven #71787D
RGB
CMYK
RGB Variations
Color information
#71787D (or 0x71787D) is known color: Raven. HEX triplet: 71, 78 and 7D. RGB value is (113,120,125). Sum of RGB (Red+Green+Blue) = 113+120+125=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 125 - color contains mainly: blue. Hex color #71787D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71787D is #8E8782. Grayscale: #767676. Windows color (decimal): -9340803 or 8222833. OLE color: 8222833.
HSL color Cylindrical-coordinate representation of color #71787D: hue angle of 205º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #71787D is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 120 | 125 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.51 |
| HSL | 205º | 0.05% | 0.47% | - |
| HSV(B) | 205º | 0.1% | 0.49% | - |
| XYZ | 17.23 | 18.42 | 22.05 | - |
| YUV | 118.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 120 | 125 | 0.10 | 0.04 | 0 | 0.51 | 205 | 0.05 | 0.47 |
| Hex | 71 | 78 | 7D | A | 4 | 0 | 33 | CD | 5 | 2F |
| Octal | 161 | 170 | 175 | 12 | 4 | 0 | 63 | 315 | 5 | 57 |
| Binary | 1110001 | 1111000 | 1111101 | 1010 | 100 | 0 | 110011 | 11001101 | 101 | 101111 |
Color Harmonies of #71787D
Complementary color
Monochromatic Colors of #71787D
Black with #71787D
Text Example
Text Example
White with #71787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71787D; }
p { color: rgb(113,120,125); }
H1.HeaderClassName
{
color: #71787D;
}
.AnyTagClassName
{
color: #71787D;
}
</style>
background-color css
<style>
a { background-color: #71787D; }
a { background-color: rgb(113,120,125); }
div.DivClassName
{
background-color: #71787D;
}
.BgClassName
{
background-color: #71787D;
}
</style>
border-color css
<style>
span { border-color: #71787D; }
span { border-color: rgb(113,120,125); }
td.TdClassName
{
border-color: #71787D;
}
.TagClassName
{
border-color: #71787D;
}
</style>