Shades of Raven #65727F
Tints of Raven #65727F
RGB
CMYK
RGB Variations
Color information
#65727F (or 0x65727F) is known color: Raven. HEX triplet: 65, 72 and 7F. RGB value is (101,114,127). Sum of RGB (Red+Green+Blue) = 101+114+127=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 127 - color contains mainly: blue. Hex color #65727F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65727F is #9A8D80. Grayscale: #6F6F6F. Windows color (decimal): -10128769 or 8352357. OLE color: 8352357.
HSL color Cylindrical-coordinate representation of color #65727F: hue angle of 210º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #65727F is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 114 | 127 | - |
| CMYK | 0.20 | 0.10 | 0 | 0.50 |
| HSL | 210º | 0.11% | 0.45% | - |
| HSV(B) | 210º | 0.2% | 0.5% | - |
| XYZ | 15.21 | 16.33 | 22.43 | - |
| YUV | 111.6 | 136.69 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 114 | 127 | 0.20 | 0.10 | 0 | 0.50 | 210 | 0.11 | 0.45 |
| Hex | 65 | 72 | 7F | 14 | A | 0 | 32 | D2 | B | 2D |
| Octal | 145 | 162 | 177 | 24 | 12 | 0 | 62 | 322 | 13 | 55 |
| Binary | 1100101 | 1110010 | 1111111 | 10100 | 1010 | 0 | 110010 | 11010010 | 1011 | 101101 |
Color Harmonies of #65727F
Complementary color
Monochromatic Colors of #65727F
Black with #65727F
Text Example
Text Example
White with #65727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65727F; }
p { color: rgb(101,114,127); }
H1.HeaderClassName
{
color: #65727F;
}
.AnyTagClassName
{
color: #65727F;
}
</style>
background-color css
<style>
a { background-color: #65727F; }
a { background-color: rgb(101,114,127); }
div.DivClassName
{
background-color: #65727F;
}
.BgClassName
{
background-color: #65727F;
}
</style>
border-color css
<style>
span { border-color: #65727F; }
span { border-color: rgb(101,114,127); }
td.TdClassName
{
border-color: #65727F;
}
.TagClassName
{
border-color: #65727F;
}
</style>