Shades of Blue Smoke #7B8F7E
Tints of Blue Smoke #7B8F7E
RGB
CMYK
RGB Variations
Color information
#7B8F7E (or 0x7B8F7E) is known color: Blue Smoke. HEX triplet: 7B, 8F and 7E. RGB value is (123,143,126). Sum of RGB (Red+Green+Blue) = 123+143+126=392 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.38% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 143 - color contains mainly: green. Hex color #7B8F7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8F7E is #847081. Grayscale: #878787. Windows color (decimal): -8679554 or 8294267. OLE color: 8294267.
HSL color Cylindrical-coordinate representation of color #7B8F7E: hue angle of 129º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7B8F7E is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
RGB | 123 | 143 | 126 | - |
CMYK | 0.14 | 0 | 0.12 | 0.44 |
HSL | 129º | 0.08% | 0.52% | - |
HSV(B) | 129º | 0.14% | 0.56% | - |
XYZ | 21.76 | 25.36 | 23.49 | - |
YUV | 135.08 | 122.87 | 119.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 123 | 143 | 126 | 0.14 | 0 | 0.12 | 0.44 | 129 | 0.08 | 0.52 |
Hex | 7B | 8F | 7E | E | 0 | C | 2C | 81 | 8 | 34 |
Octal | 173 | 217 | 176 | 16 | 0 | 14 | 54 | 201 | 10 | 64 |
Binary | 1111011 | 10001111 | 1111110 | 1110 | 0 | 1100 | 101100 | 10000001 | 1000 | 110100 |
Color Harmonies of #7B8F7E
Complementary color
Monochromatic Colors of #7B8F7E
Black with #7B8F7E
Text Example
Text Example
White with #7B8F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8F7E; }
p { color: rgb(123,143,126); }
H1.HeaderClassName
{
color: #7B8F7E;
}
.AnyTagClassName
{
color: #7B8F7E;
}
</style>
background-color css
<style>
a { background-color: #7B8F7E; }
a { background-color: rgb(123,143,126); }
div.DivClassName
{
background-color: #7B8F7E;
}
.BgClassName
{
background-color: #7B8F7E;
}
</style>
border-color css
<style>
span { border-color: #7B8F7E; }
span { border-color: rgb(123,143,126); }
td.TdClassName
{
border-color: #7B8F7E;
}
.TagClassName
{
border-color: #7B8F7E;
}
</style>