Shades of Raven #74797F
Tints of Raven #74797F
RGB
CMYK
RGB Variations
Color information
#74797F (or 0x74797F) is known color: Raven. HEX triplet: 74, 79 and 7F. RGB value is (116,121,127). Sum of RGB (Red+Green+Blue) = 116+121+127=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 127 - color contains mainly: blue. Hex color #74797F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74797F is #8B8680. Grayscale: #787878. Windows color (decimal): -9143937 or 8354164. OLE color: 8354164.
HSL color Cylindrical-coordinate representation of color #74797F: hue angle of 212.73º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #74797F is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 121 | 127 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.50 |
| HSL | 212.73º | 0.05% | 0.48% | - |
| HSV(B) | 212.73º | 0.09% | 0.5% | - |
| XYZ | 17.87 | 18.92 | 22.79 | - |
| YUV | 120.19 | 131.84 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 121 | 127 | 0.09 | 0.05 | 0 | 0.50 | 212.73 | 0.05 | 0.48 |
| Hex | 74 | 79 | 7F | 9 | 5 | 0 | 32 | D5 | 5 | 30 |
| Octal | 164 | 171 | 177 | 11 | 5 | 0 | 62 | 325 | 5 | 60 |
| Binary | 1110100 | 1111001 | 1111111 | 1001 | 101 | 0 | 110010 | 11010101 | 101 | 110000 |
Color Harmonies of #74797F
Complementary color
Monochromatic Colors of #74797F
Black with #74797F
Text Example
Text Example
White with #74797F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74797F; }
p { color: rgb(116,121,127); }
H1.HeaderClassName
{
color: #74797F;
}
.AnyTagClassName
{
color: #74797F;
}
</style>
background-color css
<style>
a { background-color: #74797F; }
a { background-color: rgb(116,121,127); }
div.DivClassName
{
background-color: #74797F;
}
.BgClassName
{
background-color: #74797F;
}
</style>
border-color css
<style>
span { border-color: #74797F; }
span { border-color: rgb(116,121,127); }
td.TdClassName
{
border-color: #74797F;
}
.TagClassName
{
border-color: #74797F;
}
</style>