Shades of Raven #71767D
Tints of Raven #71767D
RGB
CMYK
RGB Variations
Color information
#71767D (or 0x71767D) is known color: Raven. HEX triplet: 71, 76 and 7D. RGB value is (113,118,125). Sum of RGB (Red+Green+Blue) = 113+118+125=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 125 - color contains mainly: blue. Hex color #71767D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71767D is #8E8982. Grayscale: #757575. Windows color (decimal): -9341315 or 8222321. OLE color: 8222321.
HSL color Cylindrical-coordinate representation of color #71767D: hue angle of 215º 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 #71767D is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 118 | 125 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.51 |
| HSL | 215º | 0.05% | 0.47% | - |
| HSV(B) | 215º | 0.1% | 0.49% | - |
| XYZ | 16.99 | 17.95 | 21.97 | - |
| YUV | 117.3 | 132.34 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 118 | 125 | 0.10 | 0.06 | 0 | 0.51 | 215 | 0.05 | 0.47 |
| Hex | 71 | 76 | 7D | A | 6 | 0 | 33 | D7 | 5 | 2F |
| Octal | 161 | 166 | 175 | 12 | 6 | 0 | 63 | 327 | 5 | 57 |
| Binary | 1110001 | 1110110 | 1111101 | 1010 | 110 | 0 | 110011 | 11010111 | 101 | 101111 |
Color Harmonies of #71767D
Complementary color
Monochromatic Colors of #71767D
Black with #71767D
Text Example
Text Example
White with #71767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71767D; }
p { color: rgb(113,118,125); }
H1.HeaderClassName
{
color: #71767D;
}
.AnyTagClassName
{
color: #71767D;
}
</style>
background-color css
<style>
a { background-color: #71767D; }
a { background-color: rgb(113,118,125); }
div.DivClassName
{
background-color: #71767D;
}
.BgClassName
{
background-color: #71767D;
}
</style>
border-color css
<style>
span { border-color: #71767D; }
span { border-color: rgb(113,118,125); }
td.TdClassName
{
border-color: #71767D;
}
.TagClassName
{
border-color: #71767D;
}
</style>