Shades of Raven #74787C
Tints of Raven #74787C
RGB
CMYK
RGB Variations
Color information
#74787C (or 0x74787C) is known color: Raven. HEX triplet: 74, 78 and 7C. RGB value is (116,120,124). Sum of RGB (Red+Green+Blue) = 116+120+124=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 124 - color contains mainly: blue. Hex color #74787C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74787C is #8B8783. Grayscale: #777777. Windows color (decimal): -9144196 or 8157300. OLE color: 8157300.
HSL color Cylindrical-coordinate representation of color #74787C: hue angle of 210º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #74787C is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 120 | 124 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.51 |
| HSL | 210º | 0.03% | 0.47% | - |
| HSV(B) | 210º | 0.06% | 0.49% | - |
| XYZ | 17.56 | 18.6 | 21.73 | - |
| YUV | 119.26 | 130.67 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 120 | 124 | 0.06 | 0.03 | 0 | 0.51 | 210 | 0.03 | 0.47 |
| Hex | 74 | 78 | 7C | 6 | 3 | 0 | 33 | D2 | 3 | 2F |
| Octal | 164 | 170 | 174 | 6 | 3 | 0 | 63 | 322 | 3 | 57 |
| Binary | 1110100 | 1111000 | 1111100 | 110 | 11 | 0 | 110011 | 11010010 | 11 | 101111 |
Color Harmonies of #74787C
Complementary color
Monochromatic Colors of #74787C
Black with #74787C
Text Example
Text Example
White with #74787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74787C; }
p { color: rgb(116,120,124); }
H1.HeaderClassName
{
color: #74787C;
}
.AnyTagClassName
{
color: #74787C;
}
</style>
background-color css
<style>
a { background-color: #74787C; }
a { background-color: rgb(116,120,124); }
div.DivClassName
{
background-color: #74787C;
}
.BgClassName
{
background-color: #74787C;
}
</style>
border-color css
<style>
span { border-color: #74787C; }
span { border-color: rgb(116,120,124); }
td.TdClassName
{
border-color: #74787C;
}
.TagClassName
{
border-color: #74787C;
}
</style>