Shades of Tax Break #37676D
Tints of Tax Break #37676D
RGB
CMYK
RGB Variations
Color information
#37676D (or 0x37676D) is known color: Tax Break. HEX triplet: 37, 67 and 6D. RGB value is (55,103,109). Sum of RGB (Red+Green+Blue) = 55+103+109=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 103 (40.62% from 255 or 38.58% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 109 - color contains mainly: blue. Hex color #37676D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37676D is #C89892. Grayscale: #595959. Windows color (decimal): -13146259 or 7169847. OLE color: 7169847.
HSL color Cylindrical-coordinate representation of color #37676D: hue angle of 186.67º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #37676D is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 55 | 103 | 109 | - |
| CMYK | 0.50 | 0.06 | 0 | 0.57 |
| HSL | 186.67º | 0.33% | 0.32% | - |
| HSV(B) | 186.67º | 0.5% | 0.43% | - |
| XYZ | 9.19 | 11.62 | 16.23 | - |
| YUV | 89.33 | 139.1 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 103 | 109 | 0.50 | 0.06 | 0 | 0.57 | 186.67 | 0.33 | 0.32 |
| Hex | 37 | 67 | 6D | 32 | 6 | 0 | 39 | BB | 21 | 20 |
| Octal | 67 | 147 | 155 | 62 | 6 | 0 | 71 | 273 | 41 | 40 |
| Binary | 110111 | 1100111 | 1101101 | 110010 | 110 | 0 | 111001 | 10111011 | 100001 | 100000 |
Color Harmonies of #37676D
Complementary color
Monochromatic Colors of #37676D
Black with #37676D
Text Example
Text Example
White with #37676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37676D; }
p { color: rgb(55,103,109); }
H1.HeaderClassName
{
color: #37676D;
}
.AnyTagClassName
{
color: #37676D;
}
</style>
background-color css
<style>
a { background-color: #37676D; }
a { background-color: rgb(55,103,109); }
div.DivClassName
{
background-color: #37676D;
}
.BgClassName
{
background-color: #37676D;
}
</style>
border-color css
<style>
span { border-color: #37676D; }
span { border-color: rgb(55,103,109); }
td.TdClassName
{
border-color: #37676D;
}
.TagClassName
{
border-color: #37676D;
}
</style>