Shades of Raven #757A7E
Tints of Raven #757A7E
RGB
CMYK
RGB Variations
Color information
#757A7E (or 0x757A7E) is known color: Raven. HEX triplet: 75, 7A and 7E. RGB value is (117,122,126). Sum of RGB (Red+Green+Blue) = 117+122+126=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 126 - color contains mainly: blue. Hex color #757A7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757A7E is #8A8581. Grayscale: #787878. Windows color (decimal): -9078146 or 8288885. OLE color: 8288885.
HSL color Cylindrical-coordinate representation of color #757A7E: hue angle of 206.67º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #757A7E is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 122 | 126 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.51 |
| HSL | 206.67º | 0.04% | 0.48% | - |
| HSV(B) | 206.67º | 0.07% | 0.49% | - |
| XYZ | 18.06 | 19.21 | 22.49 | - |
| YUV | 120.96 | 130.84 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 122 | 126 | 0.07 | 0.03 | 0 | 0.51 | 206.67 | 0.04 | 0.48 |
| Hex | 75 | 7A | 7E | 7 | 3 | 0 | 33 | CF | 4 | 30 |
| Octal | 165 | 172 | 176 | 7 | 3 | 0 | 63 | 317 | 4 | 60 |
| Binary | 1110101 | 1111010 | 1111110 | 111 | 11 | 0 | 110011 | 11001111 | 100 | 110000 |
Color Harmonies of #757A7E
Complementary color
Monochromatic Colors of #757A7E
Black with #757A7E
Text Example
Text Example
White with #757A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757A7E; }
p { color: rgb(117,122,126); }
H1.HeaderClassName
{
color: #757A7E;
}
.AnyTagClassName
{
color: #757A7E;
}
</style>
background-color css
<style>
a { background-color: #757A7E; }
a { background-color: rgb(117,122,126); }
div.DivClassName
{
background-color: #757A7E;
}
.BgClassName
{
background-color: #757A7E;
}
</style>
border-color css
<style>
span { border-color: #757A7E; }
span { border-color: rgb(117,122,126); }
td.TdClassName
{
border-color: #757A7E;
}
.TagClassName
{
border-color: #757A7E;
}
</style>