#78867A

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

Shades of Blue Smoke #78867A

Tints of Blue Smoke #78867A

Color information

#78867A (or 0x78867A) is unknown color: approx Blue Smoke. HEX triplet: 78, 86 and 7A. RGB value is (120,134,122). Sum of RGB (Red+Green+Blue) = 120+134+122=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 134 - color contains mainly: green. Hex color #78867A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78867A is #877985. Grayscale: #808080. Windows color (decimal): -8878470 or 8029816. OLE color: 8029816.

HSL color Cylindrical-coordinate representation of color #78867A: hue angle of 128.57º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #78867A is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB120134122-
CMYK0.1000.090.47
HSL128.57º5.51%49.8%-
HSV(B)128.57º10.45%52.55%-
XYZ19.7822.4521.7-
YUV128.45124.36121.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.91%
GREEN value IS 134 (52.73% from 255) = 35.64%
BLUE value IS 122 (48.05% from 255) = 32.45%
R=31.91%
G=35.64%
B=32.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1201341220.1000.090.47128.575.5149.8
Hex78867AA092F81632
Octal1702061721201157201662
Binary111100010000110111101010100100110111110000001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78867A; }

 p { color: rgb(120,134,122); }

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

<style>
 a { background-color: #78867A; }

 a { background-color: rgb(120,134,122); }

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

<style>
 span { border-color: #78867A; }

 span { border-color: rgb(120,134,122); }

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