Shades of Dim Gray #686767
Tints of Dim Gray #686767
RGB
CMYK
RGB Variations
Color information
#686767 (or 0x686767) is known color: Dim Gray. HEX triplet: 68, 67 and 67. RGB value is (104,103,103). Sum of RGB (Red+Green+Blue) = 104+103+103=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 104 - color contains mainly: red. Hex color #686767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686767 is #979898. Grayscale: #676767. Windows color (decimal): -9935001 or 6776680. OLE color: 6776680.
HSL color Cylindrical-coordinate representation of color #686767: hue angle of 0º degrees, saturation: 0, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #686767 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.59.
Color convert
RGB | 104 | 103 | 103 | - |
CMYK | 0 | 0.01 | 0.01 | 0.59 |
HSL | 0º | 0% | 0.41% | - |
HSV(B) | 0º | 0.01% | 0.41% | - |
XYZ | 13.01 | 13.62 | 14.78 | - |
YUV | 103.3 | 127.83 | 128.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 104 | 103 | 103 | 0 | 0.01 | 0.01 | 0.59 | 0 | 0 | 0.41 |
Hex | 68 | 67 | 67 | 0 | 1 | 1 | 3B | 0 | 0 | 29 |
Octal | 150 | 147 | 147 | 0 | 1 | 1 | 73 | 0 | 0 | 51 |
Binary | 1101000 | 1100111 | 1100111 | 0 | 1 | 1 | 111011 | 0 | 0 | 101001 |
Color Harmonies of #686767
Complementary color
Monochromatic Colors of #686767
Black with #686767
Text Example
Text Example
White with #686767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686767; }
p { color: rgb(104,103,103); }
H1.HeaderClassName
{
color: #686767;
}
.AnyTagClassName
{
color: #686767;
}
</style>
background-color css
<style>
a { background-color: #686767; }
a { background-color: rgb(104,103,103); }
div.DivClassName
{
background-color: #686767;
}
.BgClassName
{
background-color: #686767;
}
</style>
border-color css
<style>
span { border-color: #686767; }
span { border-color: rgb(104,103,103); }
td.TdClassName
{
border-color: #686767;
}
.TagClassName
{
border-color: #686767;
}
</style>