Shades of Raven #6B727A
Tints of Raven #6B727A
RGB
CMYK
RGB Variations
Color information
#6B727A (or 0x6B727A) is known color: Raven. HEX triplet: 6B, 72 and 7A. RGB value is (107,114,122). Sum of RGB (Red+Green+Blue) = 107+114+122=343 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.20% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 122 - color contains mainly: blue. Hex color #6B727A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B727A is #948D85. Grayscale: #707070. Windows color (decimal): -9735558 or 8024683. OLE color: 8024683.
HSL color Cylindrical-coordinate representation of color #6B727A: hue angle of 212º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6B727A is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 114 | 122 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.52 |
| HSL | 212º | 0.07% | 0.45% | - |
| HSV(B) | 212º | 0.12% | 0.48% | - |
| XYZ | 15.59 | 16.57 | 20.79 | - |
| YUV | 112.82 | 133.18 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 114 | 122 | 0.12 | 0.07 | 0 | 0.52 | 212 | 0.07 | 0.45 |
| Hex | 6B | 72 | 7A | C | 7 | 0 | 34 | D4 | 7 | 2D |
| Octal | 153 | 162 | 172 | 14 | 7 | 0 | 64 | 324 | 7 | 55 |
| Binary | 1101011 | 1110010 | 1111010 | 1100 | 111 | 0 | 110100 | 11010100 | 111 | 101101 |
Color Harmonies of #6B727A
Complementary color
Monochromatic Colors of #6B727A
Black with #6B727A
Text Example
Text Example
White with #6B727A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B727A; }
p { color: rgb(107,114,122); }
H1.HeaderClassName
{
color: #6B727A;
}
.AnyTagClassName
{
color: #6B727A;
}
</style>
background-color css
<style>
a { background-color: #6B727A; }
a { background-color: rgb(107,114,122); }
div.DivClassName
{
background-color: #6B727A;
}
.BgClassName
{
background-color: #6B727A;
}
</style>
border-color css
<style>
span { border-color: #6B727A; }
span { border-color: rgb(107,114,122); }
td.TdClassName
{
border-color: #6B727A;
}
.TagClassName
{
border-color: #6B727A;
}
</style>