Shades of Blue Smoke #748776
Tints of Blue Smoke #748776
RGB
CMYK
RGB Variations
Color information
#748776 (or 0x748776) is known color: Blue Smoke. HEX triplet: 74, 87 and 76. RGB value is (116,135,118). Sum of RGB (Red+Green+Blue) = 116+135+118=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 135 - color contains mainly: green. Hex color #748776 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748776 is #8B7889. Grayscale: #7F7F7F. Windows color (decimal): -9140362 or 7767924. OLE color: 7767924.
HSL color Cylindrical-coordinate representation of color #748776: hue angle of 126.32º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #748776 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 135 | 118 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.47 |
| HSL | 126.32º | 0.08% | 0.49% | - |
| HSV(B) | 126.32º | 0.14% | 0.53% | - |
| XYZ | 19.14 | 22.35 | 20.44 | - |
| YUV | 127.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 135 | 118 | 0.14 | 0 | 0.13 | 0.47 | 126.32 | 0.08 | 0.49 |
| Hex | 74 | 87 | 76 | E | 0 | D | 2F | 7E | 8 | 31 |
| Octal | 164 | 207 | 166 | 16 | 0 | 15 | 57 | 176 | 10 | 61 |
| Binary | 1110100 | 10000111 | 1110110 | 1110 | 0 | 1101 | 101111 | 1111110 | 1000 | 110001 |
Color Harmonies of #748776
Complementary color
Monochromatic Colors of #748776
Black with #748776
Text Example
Text Example
White with #748776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748776; }
p { color: rgb(116,135,118); }
H1.HeaderClassName
{
color: #748776;
}
.AnyTagClassName
{
color: #748776;
}
</style>
background-color css
<style>
a { background-color: #748776; }
a { background-color: rgb(116,135,118); }
div.DivClassName
{
background-color: #748776;
}
.BgClassName
{
background-color: #748776;
}
</style>
border-color css
<style>
span { border-color: #748776; }
span { border-color: rgb(116,135,118); }
td.TdClassName
{
border-color: #748776;
}
.TagClassName
{
border-color: #748776;
}
</style>