#78847C

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

Shades of Blue Smoke #78847C

Tints of Blue Smoke #78847C

Color information

#78847C (or 0x78847C) is unknown color: approx Blue Smoke. HEX triplet: 78, 84 and 7C. RGB value is (120,132,124). Sum of RGB (Red+Green+Blue) = 120+132+124=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 132 - color contains mainly: green. Hex color #78847C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78847C is #877B83. Grayscale: #7F7F7F. Windows color (decimal): -8878980 or 8160376. OLE color: 8160376.

HSL color Cylindrical-coordinate representation of color #78847C: hue angle of 140º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #78847C is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB120132124-
CMYK0.0900.060.48
HSL140º4.76%49.41%-
HSV(B)140º9.09%51.76%-
XYZ19.6421.9522.27-
YUV127.5126.02122.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.91%
GREEN value IS 132 (51.95% from 255) = 35.11%
BLUE value IS 124 (48.83% from 255) = 32.98%
R=31.91%
G=35.11%
B=32.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1201321240.0900.060.481404.7649.41
Hex78847C906308c531
Octal170204174110660214561
Binary11110001000010011111001001011011000010001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78847C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78847C; }

 p { color: rgb(120,132,124); }

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

<style>
 a { background-color: #78847C; }

 a { background-color: rgb(120,132,124); }

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

<style>
 span { border-color: #78847C; }

 span { border-color: rgb(120,132,124); }

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