#78867E

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

Shades of Blue Smoke #78867E

Tints of Blue Smoke #78867E

Color information

#78867E (or 0x78867E) is unknown color: approx Blue Smoke. HEX triplet: 78, 86 and 7E. RGB value is (120,134,126). Sum of RGB (Red+Green+Blue) = 120+134+126=380 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.58% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 134 - color contains mainly: green. Hex color #78867E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78867E is #877981. Grayscale: #808080. Windows color (decimal): -8878466 or 8291960. OLE color: 8291960.

HSL color Cylindrical-coordinate representation of color #78867E: hue angle of 145.71º 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 #78867E is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB120134126-
CMYK0.1000.060.47
HSL145.71º5.51%49.8%-
HSV(B)145.71º10.45%52.55%-
XYZ20.0422.5523.04-
YUV128.9126.36121.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.58%
GREEN value IS 134 (52.73% from 255) = 35.26%
BLUE value IS 126 (49.61% from 255) = 33.16%
R=31.58%
G=35.26%
B=33.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1201341260.1000.060.47145.715.5149.8
Hex78867EA062F92632
Octal170206176120657222662
Binary11110001000011011111101010011010111110010010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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