Shades of Blue Smoke #7D897F
Tints of Blue Smoke #7D897F
RGB
CMYK
RGB Variations
Color information
#7D897F (or 0x7D897F) is known color: Blue Smoke. HEX triplet: 7D, 89 and 7F. RGB value is (125,137,127). Sum of RGB (Red+Green+Blue) = 125+137+127=389 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.13% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 137 - color contains mainly: green. Hex color #7D897F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D897F is #827680. Grayscale: #848484. Windows color (decimal): -8550017 or 8358269. OLE color: 8358269.
HSL color Cylindrical-coordinate representation of color #7D897F: hue angle of 130º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7D897F is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 125 | 137 | 127 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.46 |
| HSL | 130º | 0.05% | 0.51% | - |
| HSV(B) | 130º | 0.09% | 0.54% | - |
| XYZ | 21.23 | 23.78 | 23.55 | - |
| YUV | 132.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 137 | 127 | 0.09 | 0 | 0.07 | 0.46 | 130 | 0.05 | 0.51 |
| Hex | 7D | 89 | 7F | 9 | 0 | 7 | 2E | 82 | 5 | 33 |
| Octal | 175 | 211 | 177 | 11 | 0 | 7 | 56 | 202 | 5 | 63 |
| Binary | 1111101 | 10001001 | 1111111 | 1001 | 0 | 111 | 101110 | 10000010 | 101 | 110011 |
Color Harmonies of #7D897F
Complementary color
Monochromatic Colors of #7D897F
Black with #7D897F
Text Example
Text Example
White with #7D897F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D897F; }
p { color: rgb(125,137,127); }
H1.HeaderClassName
{
color: #7D897F;
}
.AnyTagClassName
{
color: #7D897F;
}
</style>
background-color css
<style>
a { background-color: #7D897F; }
a { background-color: rgb(125,137,127); }
div.DivClassName
{
background-color: #7D897F;
}
.BgClassName
{
background-color: #7D897F;
}
</style>
border-color css
<style>
span { border-color: #7D897F; }
span { border-color: rgb(125,137,127); }
td.TdClassName
{
border-color: #7D897F;
}
.TagClassName
{
border-color: #7D897F;
}
</style>