Shades of Domino #74614B
Tints of Domino #74614B
RGB
CMYK
RGB Variations
Color information
#74614B (or 0x74614B) is known color: Domino. HEX triplet: 74, 61 and 4B. RGB value is (116,97,75). Sum of RGB (Red+Green+Blue) = 116+97+75=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 116 - color contains mainly: red. Hex color #74614B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74614B is #8B9EB4. Grayscale: #646464. Windows color (decimal): -9150133 or 4940148. OLE color: 4940148.
HSL color Cylindrical-coordinate representation of color #74614B: hue angle of 32.2º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74614B is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 97 | 75 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.55 |
| HSL | 32.2º | 0.21% | 0.37% | - |
| HSV(B) | 32.2º | 0.35% | 0.45% | - |
| XYZ | 12.75 | 12.77 | 8.45 | - |
| YUV | 100.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 97 | 75 | 0 | 0.16 | 0.35 | 0.55 | 32.2 | 0.21 | 0.37 |
| Hex | 74 | 61 | 4B | 0 | 10 | 23 | 37 | 20 | 15 | 25 |
| Octal | 164 | 141 | 113 | 0 | 20 | 43 | 67 | 40 | 25 | 45 |
| Binary | 1110100 | 1100001 | 1001011 | 0 | 10000 | 100011 | 110111 | 100000 | 10101 | 100101 |
Color Harmonies of #74614B
Complementary color
Monochromatic Colors of #74614B
Black with #74614B
Text Example
Text Example
White with #74614B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74614B; }
p { color: rgb(116,97,75); }
H1.HeaderClassName
{
color: #74614B;
}
.AnyTagClassName
{
color: #74614B;
}
</style>
background-color css
<style>
a { background-color: #74614B; }
a { background-color: rgb(116,97,75); }
div.DivClassName
{
background-color: #74614B;
}
.BgClassName
{
background-color: #74614B;
}
</style>
border-color css
<style>
span { border-color: #74614B; }
span { border-color: rgb(116,97,75); }
td.TdClassName
{
border-color: #74614B;
}
.TagClassName
{
border-color: #74614B;
}
</style>