Shades of Boulder #737B73
Tints of Boulder #737B73
RGB
CMYK
RGB Variations
Color information
#737B73 (or 0x737B73) is known color: Boulder. HEX triplet: 73, 7B and 73. RGB value is (115,123,115). Sum of RGB (Red+Green+Blue) = 115+123+115=353 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.58% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 123 - color contains mainly: green. Hex color #737B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737B73 is #8C848C. Grayscale: #777777. Windows color (decimal): -9208973 or 7568243. OLE color: 7568243.
HSL color Cylindrical-coordinate representation of color #737B73: hue angle of 120º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #737B73 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 123 | 115 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.52 |
| HSL | 120º | 0.03% | 0.47% | - |
| HSV(B) | 120º | 0.07% | 0.48% | - |
| XYZ | 17.25 | 19.05 | 18.99 | - |
| YUV | 119.7 | 125.35 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 123 | 115 | 0.07 | 0 | 0.07 | 0.52 | 120 | 0.03 | 0.47 |
| Hex | 73 | 7B | 73 | 7 | 0 | 7 | 34 | 78 | 3 | 2F |
| Octal | 163 | 173 | 163 | 7 | 0 | 7 | 64 | 170 | 3 | 57 |
| Binary | 1110011 | 1111011 | 1110011 | 111 | 0 | 111 | 110100 | 1111000 | 11 | 101111 |
Color Harmonies of #737B73
Complementary color
Monochromatic Colors of #737B73
Black with #737B73
Text Example
Text Example
White with #737B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737B73; }
p { color: rgb(115,123,115); }
H1.HeaderClassName
{
color: #737B73;
}
.AnyTagClassName
{
color: #737B73;
}
</style>
background-color css
<style>
a { background-color: #737B73; }
a { background-color: rgb(115,123,115); }
div.DivClassName
{
background-color: #737B73;
}
.BgClassName
{
background-color: #737B73;
}
</style>
border-color css
<style>
span { border-color: #737B73; }
span { border-color: rgb(115,123,115); }
td.TdClassName
{
border-color: #737B73;
}
.TagClassName
{
border-color: #737B73;
}
</style>