Shades of Boulder #737973
Tints of Boulder #737973
RGB
CMYK
RGB Variations
Color information
#737973 (or 0x737973) is known color: Boulder. HEX triplet: 73, 79 and 73. RGB value is (115,121,115). Sum of RGB (Red+Green+Blue) = 115+121+115=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 121 - color contains mainly: green. Hex color #737973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737973 is #8C868C. Grayscale: #767676. Windows color (decimal): -9209485 or 7567731. OLE color: 7567731.
HSL color Cylindrical-coordinate representation of color #737973: hue angle of 120º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #737973 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 121 | 115 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.53 |
| HSL | 120º | 0.03% | 0.46% | - |
| HSV(B) | 120º | 0.05% | 0.47% | - |
| XYZ | 17 | 18.56 | 18.91 | - |
| YUV | 118.52 | 126.01 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 121 | 115 | 0.05 | 0 | 0.05 | 0.53 | 120 | 0.03 | 0.46 |
| Hex | 73 | 79 | 73 | 5 | 0 | 5 | 35 | 78 | 3 | 2E |
| Octal | 163 | 171 | 163 | 5 | 0 | 5 | 65 | 170 | 3 | 56 |
| Binary | 1110011 | 1111001 | 1110011 | 101 | 0 | 101 | 110101 | 1111000 | 11 | 101110 |
Color Harmonies of #737973
Complementary color
Monochromatic Colors of #737973
Black with #737973
Text Example
Text Example
White with #737973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737973; }
p { color: rgb(115,121,115); }
H1.HeaderClassName
{
color: #737973;
}
.AnyTagClassName
{
color: #737973;
}
</style>
background-color css
<style>
a { background-color: #737973; }
a { background-color: rgb(115,121,115); }
div.DivClassName
{
background-color: #737973;
}
.BgClassName
{
background-color: #737973;
}
</style>
border-color css
<style>
span { border-color: #737973; }
span { border-color: rgb(115,121,115); }
td.TdClassName
{
border-color: #737973;
}
.TagClassName
{
border-color: #737973;
}
</style>