Shades of Blue Smoke #748A7A
Tints of Blue Smoke #748A7A
RGB
CMYK
RGB Variations
Color information
#748A7A (or 0x748A7A) is known color: Blue Smoke. HEX triplet: 74, 8A and 7A. RGB value is (116,138,122). Sum of RGB (Red+Green+Blue) = 116+138+122=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 138 - color contains mainly: green. Hex color #748A7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748A7A is #8B7585. Grayscale: #818181. Windows color (decimal): -9139590 or 8030836. OLE color: 8030836.
HSL color Cylindrical-coordinate representation of color #748A7A: hue angle of 136.36º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #748A7A is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 138 | 122 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.46 |
| HSL | 136.36º | 0.09% | 0.5% | - |
| HSV(B) | 136.36º | 0.16% | 0.54% | - |
| XYZ | 19.8 | 23.3 | 21.86 | - |
| YUV | 129.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 138 | 122 | 0.16 | 0 | 0.12 | 0.46 | 136.36 | 0.09 | 0.5 |
| Hex | 74 | 8A | 7A | 10 | 0 | C | 2E | 88 | 9 | 32 |
| Octal | 164 | 212 | 172 | 20 | 0 | 14 | 56 | 210 | 11 | 62 |
| Binary | 1110100 | 10001010 | 1111010 | 10000 | 0 | 1100 | 101110 | 10001000 | 1001 | 110010 |
Color Harmonies of #748A7A
Complementary color
Monochromatic Colors of #748A7A
Black with #748A7A
Text Example
Text Example
White with #748A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748A7A; }
p { color: rgb(116,138,122); }
H1.HeaderClassName
{
color: #748A7A;
}
.AnyTagClassName
{
color: #748A7A;
}
</style>
background-color css
<style>
a { background-color: #748A7A; }
a { background-color: rgb(116,138,122); }
div.DivClassName
{
background-color: #748A7A;
}
.BgClassName
{
background-color: #748A7A;
}
</style>
border-color css
<style>
span { border-color: #748A7A; }
span { border-color: rgb(116,138,122); }
td.TdClassName
{
border-color: #748A7A;
}
.TagClassName
{
border-color: #748A7A;
}
</style>