Shades of Tax Break #37676F
Tints of Tax Break #37676F
RGB
CMYK
RGB Variations
Color information
#37676F (or 0x37676F) is known color: Tax Break. HEX triplet: 37, 67 and 6F. RGB value is (55,103,111). Sum of RGB (Red+Green+Blue) = 55+103+111=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 111 - color contains mainly: blue. Hex color #37676F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37676F is #C89890. Grayscale: #595959. Windows color (decimal): -13146257 or 7300919. OLE color: 7300919.
HSL color Cylindrical-coordinate representation of color #37676F: hue angle of 188.57º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #37676F is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 103 | 111 | - |
| CMYK | 0.50 | 0.07 | 0 | 0.56 |
| HSL | 188.57º | 0.34% | 0.33% | - |
| HSV(B) | 188.57º | 0.5% | 0.44% | - |
| XYZ | 9.3 | 11.66 | 16.8 | - |
| YUV | 89.56 | 140.1 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 103 | 111 | 0.50 | 0.07 | 0 | 0.56 | 188.57 | 0.34 | 0.33 |
| Hex | 37 | 67 | 6F | 32 | 7 | 0 | 38 | BD | 22 | 21 |
| Octal | 67 | 147 | 157 | 62 | 7 | 0 | 70 | 275 | 42 | 41 |
| Binary | 110111 | 1100111 | 1101111 | 110010 | 111 | 0 | 111000 | 10111101 | 100010 | 100001 |
Color Harmonies of #37676F
Complementary color
Monochromatic Colors of #37676F
Black with #37676F
Text Example
Text Example
White with #37676F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37676F; }
p { color: rgb(55,103,111); }
H1.HeaderClassName
{
color: #37676F;
}
.AnyTagClassName
{
color: #37676F;
}
</style>
background-color css
<style>
a { background-color: #37676F; }
a { background-color: rgb(55,103,111); }
div.DivClassName
{
background-color: #37676F;
}
.BgClassName
{
background-color: #37676F;
}
</style>
border-color css
<style>
span { border-color: #37676F; }
span { border-color: rgb(55,103,111); }
td.TdClassName
{
border-color: #37676F;
}
.TagClassName
{
border-color: #37676F;
}
</style>