Shades of Blue Smoke #737F75
Tints of Blue Smoke #737F75
RGB
CMYK
RGB Variations
Color information
#737F75 (or 0x737F75) is known color: Blue Smoke. HEX triplet: 73, 7F and 75. RGB value is (115,127,117). Sum of RGB (Red+Green+Blue) = 115+127+117=359 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.03% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 127 - color contains mainly: green. Hex color #737F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737F75 is #8C808A. Grayscale: #7A7A7A. Windows color (decimal): -9207947 or 7700339. OLE color: 7700339.
HSL color Cylindrical-coordinate representation of color #737F75: hue angle of 130º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #737F75 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 127 | 117 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.50 |
| HSL | 130º | 0.05% | 0.47% | - |
| HSV(B) | 130º | 0.09% | 0.5% | - |
| XYZ | 17.87 | 20.11 | 19.77 | - |
| YUV | 122.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 127 | 117 | 0.09 | 0 | 0.08 | 0.50 | 130 | 0.05 | 0.47 |
| Hex | 73 | 7F | 75 | 9 | 0 | 8 | 32 | 82 | 5 | 2F |
| Octal | 163 | 177 | 165 | 11 | 0 | 10 | 62 | 202 | 5 | 57 |
| Binary | 1110011 | 1111111 | 1110101 | 1001 | 0 | 1000 | 110010 | 10000010 | 101 | 101111 |
Color Harmonies of #737F75
Complementary color
Monochromatic Colors of #737F75
Black with #737F75
Text Example
Text Example
White with #737F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737F75; }
p { color: rgb(115,127,117); }
H1.HeaderClassName
{
color: #737F75;
}
.AnyTagClassName
{
color: #737F75;
}
</style>
background-color css
<style>
a { background-color: #737F75; }
a { background-color: rgb(115,127,117); }
div.DivClassName
{
background-color: #737F75;
}
.BgClassName
{
background-color: #737F75;
}
</style>
border-color css
<style>
span { border-color: #737F75; }
span { border-color: rgb(115,127,117); }
td.TdClassName
{
border-color: #737F75;
}
.TagClassName
{
border-color: #737F75;
}
</style>