#7B947E

Color #7B947E Blue Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Smoke #7B947E

Tints of Blue Smoke #7B947E

Color information

#7B947E (or 0x7B947E) is unknown color: approx Blue Smoke. HEX triplet: 7B, 94 and 7E. RGB value is (123,148,126). Sum of RGB (Red+Green+Blue) = 123+148+126=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 148 - color contains mainly: green. Hex color #7B947E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B947E is #846B81. Grayscale: #8A8A8A. Windows color (decimal): -8678274 or 8295547. OLE color: 8295547.

HSL color Cylindrical-coordinate representation of color #7B947E: hue angle of 127.2º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7B947E is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB123148126-
CMYK0.1700.150.42
HSL127.2º10.46%53.14%-
HSV(B)127.2º16.89%58.04%-
XYZ22.5226.923.74-
YUV138.02121.22117.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 30.98%
GREEN value IS 148 (58.20% from 255) = 37.28%
BLUE value IS 126 (49.61% from 255) = 31.74%
R=30.98%
G=37.28%
B=31.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1231481260.1700.150.42127.210.4653.14
Hex7B947E110F2A7fa35
Octal17322417621017521771265
Binary1111011100101001111110100010111110101011111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B947E; }

 p { color: rgb(123,148,126); }

 H1.HeaderClassName
 {
   color: #7B947E;
 }
 .AnyTagClassName
 {
   color: #7B947E;
 }
</style>
background-color css

<style>
 a { background-color: #7B947E; }

 a { background-color: rgb(123,148,126); }

 div.DivClassName
 {
   background-color: #7B947E;
 }
 .BgClassName
 {
   background-color: #7B947E;
 }
</style>
border-color css

<style>
 span { border-color: #7B947E; }

 span { border-color: rgb(123,148,126); }

 td.TdClassName
 {
   border-color: #7B947E;
 }
 .TagClassName
 {
   border-color: #7B947E;
 }
</style>