Shades of Sand Dune #7B746B
Tints of Sand Dune #7B746B
RGB
CMYK
RGB Variations
Color information
#7B746B (or 0x7B746B) is known color: Sand Dune. HEX triplet: 7B, 74 and 6B. RGB value is (123,116,107). Sum of RGB (Red+Green+Blue) = 123+116+107=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 123 - color contains mainly: red. Hex color #7B746B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B746B is #848B94. Grayscale: #757575. Windows color (decimal): -8686485 or 7042171. OLE color: 7042171.
HSL color Cylindrical-coordinate representation of color #7B746B: hue angle of 33.75º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7B746B is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.52.
Color convert
RGB | 123 | 116 | 107 | - |
CMYK | 0 | 0.06 | 0.13 | 0.52 |
HSL | 33.75º | 0.07% | 0.45% | - |
HSV(B) | 33.75º | 0.13% | 0.48% | - |
XYZ | 17.07 | 17.76 | 16.44 | - |
YUV | 117.07 | 122.32 | 132.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 123 | 116 | 107 | 0 | 0.06 | 0.13 | 0.52 | 33.75 | 0.07 | 0.45 |
Hex | 7B | 74 | 6B | 0 | 6 | D | 34 | 22 | 7 | 2D |
Octal | 173 | 164 | 153 | 0 | 6 | 15 | 64 | 42 | 7 | 55 |
Binary | 1111011 | 1110100 | 1101011 | 0 | 110 | 1101 | 110100 | 100010 | 111 | 101101 |
Color Harmonies of #7B746B
Complementary color
Monochromatic Colors of #7B746B
Black with #7B746B
Text Example
Text Example
White with #7B746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B746B; }
p { color: rgb(123,116,107); }
H1.HeaderClassName
{
color: #7B746B;
}
.AnyTagClassName
{
color: #7B746B;
}
</style>
background-color css
<style>
a { background-color: #7B746B; }
a { background-color: rgb(123,116,107); }
div.DivClassName
{
background-color: #7B746B;
}
.BgClassName
{
background-color: #7B746B;
}
</style>
border-color css
<style>
span { border-color: #7B746B; }
span { border-color: rgb(123,116,107); }
td.TdClassName
{
border-color: #7B746B;
}
.TagClassName
{
border-color: #7B746B;
}
</style>