Shades of Dim Gray #716A6A
Tints of Dim Gray #716A6A
RGB
CMYK
RGB Variations
Color information
#716A6A (or 0x716A6A) is known color: Dim Gray. HEX triplet: 71, 6A and 6A. RGB value is (113,106,106). Sum of RGB (Red+Green+Blue) = 113+106+106=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 113 - color contains mainly: red. Hex color #716A6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716A6A is #8E9595. Grayscale: #6C6C6C. Windows color (decimal): -9344406 or 6974065. OLE color: 6974065.
HSL color Cylindrical-coordinate representation of color #716A6A: hue angle of 0º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #716A6A is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
RGB | 113 | 106 | 106 | - |
CMYK | 0 | 0.06 | 0.06 | 0.56 |
HSL | 0º | 0.03% | 0.43% | - |
HSV(B) | 0º | 0.06% | 0.44% | - |
XYZ | 14.57 | 14.86 | 15.74 | - |
YUV | 108.09 | 126.82 | 131.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 113 | 106 | 106 | 0 | 0.06 | 0.06 | 0.56 | 0 | 0.03 | 0.43 |
Hex | 71 | 6A | 6A | 0 | 6 | 6 | 38 | 0 | 3 | 2B |
Octal | 161 | 152 | 152 | 0 | 6 | 6 | 70 | 0 | 3 | 53 |
Binary | 1110001 | 1101010 | 1101010 | 0 | 110 | 110 | 111000 | 0 | 11 | 101011 |
Color Harmonies of #716A6A
Complementary color
Monochromatic Colors of #716A6A
Black with #716A6A
Text Example
Text Example
White with #716A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716A6A; }
p { color: rgb(113,106,106); }
H1.HeaderClassName
{
color: #716A6A;
}
.AnyTagClassName
{
color: #716A6A;
}
</style>
background-color css
<style>
a { background-color: #716A6A; }
a { background-color: rgb(113,106,106); }
div.DivClassName
{
background-color: #716A6A;
}
.BgClassName
{
background-color: #716A6A;
}
</style>
border-color css
<style>
span { border-color: #716A6A; }
span { border-color: rgb(113,106,106); }
td.TdClassName
{
border-color: #716A6A;
}
.TagClassName
{
border-color: #716A6A;
}
</style>